diff --git a/package.json b/package.json index c81cfd9..3794462 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test-watch": "npm run build && jest --watch", "coverage": "jest --collect-coverage", "lint": "npx eslint src", - "prepublish": "npm test && npm run lint && npm run build", + "prepublishOnly": "npm test && npm run lint && npm run build", "build": "rollup -c && cp ./src/types.d.ts ./lib/" }, "peerDependencies": {