diff --git a/package.json b/package.json index 181a550..a83e8cc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "mocha", "lint": "eslint", "build": "rollup -c rollup.config.js", - "prepublishOnly": "npm run build" + "prepare": "npm run build" }, "repository": { "url": "git+https://github.com/distillpub/distill-template.git",