Skip to content

Commit f6c9392

Browse files
committed
fix: fix package.json
1 parent 009d3f2 commit f6c9392

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
@@ -45,7 +45,7 @@
4545
},
4646
"scripts": {
4747
"build-package": "rollup --config ./tool/rollup.config.js",
48-
"prepublishOnly": "npm t && npm run clean && npm run build",
48+
"prepublishOnly": "npm run build-package",
4949
"bench": "node benchmark",
5050
"bench2prep": "node benchmark/server.js",
5151
"bench2": "bombardier --body-file=\"./README.md\" --method=POST --duration=10s --connections=100 http://localhost:3000/api/upload",

0 commit comments

Comments
 (0)