Skip to content

Commit

Permalink
ci: use pnpm for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 30, 2022
1 parent ad9351e commit 5e7014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"prerelease": "npm run contributors",
"pretest": "npm run lint",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
"test": "c8 lerna exec npm run test",
"test": "c8 pnpm --recursive test",
"update": "pnpm --recursive --parallel exec -- ncu -- --upgrade",
"update:check": "pnpm --recursive --parallel exec -- ncu -- --errorLevel 2"
},
Expand Down

0 comments on commit 5e7014f

Please sign in to comment.