We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445f21c commit 0e45c4cCopy full SHA for 0e45c4c
package.json
@@ -19,9 +19,9 @@
19
"node": ">=16"
20
},
21
"scripts": {
22
- "test": "xo --env=node && pnpm run build && mocha -r ts-node/register 'tests/**/*.js'",
+ "test": "xo --env=node && npm run build && mocha -r ts-node/register 'tests/**/*.js'",
23
"build": "del-cli dist && tsc",
24
- "prepack": "pnpm run build"
+ "prepack": "npm run build"
25
26
"files": [
27
"dist"
0 commit comments