From 6ad116fd60bdd5d31712dbd9779a92bab69679b5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 24 Sep 2018 20:18:50 -0700 Subject: [PATCH] s/prepublish/prepare/ --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 137a62fbb8..a53cf3f45b 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -38,7 +38,7 @@ "lint:fix": "npm run lint --fix", "lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/", "ok": "npm run lint && npm run flow && npm run test && npm run doc", - "prepublish": "npm run clean && npm run ok && npm run build" + "prepare": "npm run clean && npm run ok && npm run build" }, "dependencies": { "babel-runtime": "^6.26.0",