From 068984481388cefbc8bdbdfcf654abcc99f89fd5 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 9 Jun 2019 13:32:23 +0200 Subject: [PATCH] Rename setup hook again --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a33d4a..66569fa 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ }, "scripts": { "install-all": "./scripts/every-app.sh \"npm install\"", - "postinstall": "sh scripts/git-hooks/install", "build-json": "npm run compile-contracts && node ./scripts/build-json.js", "repl": "truffle exec scripts/repl.js", "seeds": "truffle exec scripts/seeds.js", @@ -24,7 +23,8 @@ "lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"", "lint:contract-tests": "eslint apps/*/test", "lint:wrapper": "eslint lib/", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "setup-git-hooks": "sh scripts/git-hooks/install" }, "repository": { "type": "git",