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 0a2f834 commit 27c5850Copy full SHA for 27c5850
package.json
@@ -12,7 +12,7 @@
12
"benchmark-browser": "node test/run.js --benchmark",
13
"lint": "eslint .",
14
"start": "web-dev-server --open",
15
- "prepublishOnly": "npm run build && npm run bundle",
+ "prepublishOnly": "npm run bundle",
16
"bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./dist/index-min.js"
17
18
},
0 commit comments