Skip to content

Commit

Permalink
yarn => pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 1, 2024
1 parent d8e9713 commit c2eeffb
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 @@ -4,14 +4,14 @@
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
"prepublishOnly": "yarn build && yarn test && yarn types",
"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__/**'",
"format:src": "prettier --write src",
"format:examples": "prettier --write examples",
"format": "yarn format:src && yarn format:examples",
"format": "pnpm format:src && pnpm format:examples",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "JEST_COVERAGE=true jest --coverage",
Expand Down

0 comments on commit c2eeffb

Please sign in to comment.