Skip to content

Commit

Permalink
swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 1, 2024
1 parent 2cd94ac commit 4fc8bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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": "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__/**'",
"build": "swc src -d lib --ignore '**/*.test.ts' --ignore '**/__mocks__/**'",
"build:watch": "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 Down

0 comments on commit 4fc8bdd

Please sign in to comment.