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 43cff31 commit 22f0e9eCopy full SHA for 22f0e9e
package.json
@@ -32,7 +32,7 @@
32
"build": "pnpm run clean && cross-env NODE_ENV=production rollup -c rollup.config.mjs",
33
"test": "pnpm run test:unit",
34
"test:unit": "cross-env BABEL_ENV=test jest --runInBand",
35
- "prepublishOnly": "pnpm run test:unit && pnpm run version:update && pnpm run build"
+ "prepublishOnly": "pnpm run test:unit && pnpm run build"
36
},
37
"repository": {
38
"type": "git",
0 commit comments