Skip to content

Commit 0e45c4c

Browse files
committed
Fix the CI/CD scripts
1 parent 445f21c commit 0e45c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"node": ">=16"
2020
},
2121
"scripts": {
22-
"test": "xo --env=node && pnpm run build && mocha -r ts-node/register 'tests/**/*.js'",
22+
"test": "xo --env=node && npm run build && mocha -r ts-node/register 'tests/**/*.js'",
2323
"build": "del-cli dist && tsc",
24-
"prepack": "pnpm run build"
24+
"prepack": "npm run build"
2525
},
2626
"files": [
2727
"dist"

0 commit comments

Comments
 (0)