Skip to content

Commit 4f48ad1

Browse files
committed
chore: update build packager
1 parent 30248dd commit 4f48ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"scripts": {
3333
"start": "tsup --watch",
3434
"build": "tsup",
35-
"test": "pnpm run build && jest --testTimeout=500000 --runInBand",
35+
"test": "npm run build && jest --testTimeout=500000 --runInBand",
3636
"prepare": "husky install",
37-
"prepublishOnly": "pnpm run build",
37+
"prepublishOnly": "npm run build",
3838
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
3939
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
4040
"release-rc": "pnpm build && pnpm publish --tag rc",

0 commit comments

Comments
 (0)