From ba4c35e5caab011c8700b3220141dd4b4520e41a Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Mon, 9 Oct 2017 15:12:23 -0700 Subject: [PATCH] Add prepare script to npm package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",