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 89fe0b3 commit 06df90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
"prepublishOnly": "pnpm build && pnpm test && pnpm types",
"prepublishOnly": "pnpm build",
"types": "tsc",
"types:watch": "tsc --watch",
"build": "swc src -d lib --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
Expand Down

0 comments on commit 06df90f

Please sign in to comment.