Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 1, 2024
1 parent c2eeffb commit 042e58b
Show file tree
Hide file tree
Showing 2 changed files with 6,889 additions and 9,409 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"prepublishOnly": "pnpm build && pnpm test && pnpm types",
"types": "tsc",
"types:watch": "tsc --watch",
"build": "swc src -d lib --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
"build:watch": "swc src -d lib --watch --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
"build": "node ./bin/swc src -d lib --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
"build:watch": "node ./bin/swc src -d lib --watch --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
"format:src": "prettier --write src",
"format:examples": "prettier --write examples",
"format": "pnpm format:src && pnpm format:examples",
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/pkgs.git"
"url": "git+https://github.com/node ./bin/swc-project/pkgs.git"
},
"keywords": [
"swc",
Expand Down
Loading

0 comments on commit 042e58b

Please sign in to comment.