diff --git a/package-lock.json b/package-lock.json index 4f5a05e67..43ce7e507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "@finos/git-proxy", "version": "1.0.0", + "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@material-ui/core": "^4.11.0", diff --git a/package.json b/package.json index 7db38f707..f7e0c446d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "server-test-ci": "mocha --exit", "server-test": "mocha --exit", "test": "mocha --exit", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "preinstall": "npx husky install" }, "author": "Paul Groves", "license": "Apache-2.0",