We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359ee6b commit 2cd59dbCopy full SHA for 2cd59db
1 file changed
packages/npm/package.json
@@ -55,7 +55,7 @@
55
],
56
"scripts": {
57
"build": "rollup -c rollup.config.js",
58
- "version": "pnpm run build",
+ "preversion": "pnpm run build",
59
"dev": "npm run build -- -w",
60
"test": "nyc ava --verbose"
61
},
0 commit comments