Skip to content

Commit 2cd59db

Browse files
committed
build: adjust build script
1 parent 359ee6b commit 2cd59db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"scripts": {
5757
"build": "rollup -c rollup.config.js",
58-
"version": "pnpm run build",
58+
"preversion": "pnpm run build",
5959
"dev": "npm run build -- -w",
6060
"test": "nyc ava --verbose"
6161
},

0 commit comments

Comments
 (0)