diff --git a/package.json b/package.json index 14ede88..1f2e69e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "start": "node ./dist/index.js", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", "build": "tsc", "test": "npm run lint && npm run mocha", "mocha": "mocha --require scripts/test-helper.js --recursive --bail tests/**/*.test.ts tests/*.test.ts",