From f6c9392e14ef2f4a5e98585be28763f045074cda Mon Sep 17 00:00:00 2001 From: Cyril Walle Date: Wed, 28 Jun 2023 23:14:55 +0200 Subject: [PATCH] fix: fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67e5ef05..5f258a5c 100644 --- a/package.json +++ b/package.json @@ -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",