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 30248dd commit 4f48ad1Copy full SHA for 4f48ad1
1 file changed
package.json
@@ -32,9 +32,9 @@
32
"scripts": {
33
"start": "tsup --watch",
34
"build": "tsup",
35
- "test": "pnpm run build && jest --testTimeout=500000 --runInBand",
+ "test": "npm run build && jest --testTimeout=500000 --runInBand",
36
"prepare": "husky install",
37
- "prepublishOnly": "pnpm run build",
+ "prepublishOnly": "npm run build",
38
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
39
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
40
"release-rc": "pnpm build && pnpm publish --tag rc",
0 commit comments