Skip to content

Commit

Permalink
fix: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Jun 28, 2023
1 parent 009d3f2 commit f6c9392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"scripts": {
"build-package": "rollup --config ./tool/rollup.config.js",
"prepublishOnly": "npm t && npm run clean && npm run build",
"prepublishOnly": "npm run build-package",
"bench": "node benchmark",
"bench2prep": "node benchmark/server.js",
"bench2": "bombardier --body-file=\"./README.md\" --method=POST --duration=10s --connections=100 http://localhost:3000/api/upload",
Expand Down

0 comments on commit f6c9392

Please sign in to comment.