From 553ffcfa999a2dbaa97212f2d177714ed9ecf17f Mon Sep 17 00:00:00 2001
From: Marijn Haverbeke <marijn@haverbeke.nl>
Date: Thu, 29 Jun 2017 14:49:24 +0200
Subject: [PATCH] [package.json] Use prepare rather than prepublish

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 7c90aa2ec..c856e9dfa 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
   "scripts": {
     "build": "rollup -c",
     "watch": "rollup -w -c",
-    "prepublish": "npm run-script build",
+    "prepare": "npm run-script build",
     "test": "node ./test/run.js",
     "lint": "bin/lint"
   },
-- 
GitLab