Skip to content

Commit 22f0e9e

Browse files
fix: remove the missing version:update call
1 parent 43cff31 commit 22f0e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build": "pnpm run clean && cross-env NODE_ENV=production rollup -c rollup.config.mjs",
3333
"test": "pnpm run test:unit",
3434
"test:unit": "cross-env BABEL_ENV=test jest --runInBand",
35-
"prepublishOnly": "pnpm run test:unit && pnpm run version:update && pnpm run build"
35+
"prepublishOnly": "pnpm run test:unit && pnpm run build"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)