Skip to content

Commit 27c5850

Browse files
committed
fix script
1 parent 0a2f834 commit 27c5850

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
@@ -12,7 +12,7 @@
1212
"benchmark-browser": "node test/run.js --benchmark",
1313
"lint": "eslint .",
1414
"start": "web-dev-server --open",
15-
"prepublishOnly": "npm run build && npm run bundle",
15+
"prepublishOnly": "npm run bundle",
1616
"bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./dist/index-min.js"
1717

1818
},

0 commit comments

Comments
 (0)