diff --git a/frontend/package.json b/frontend/package.json index 87c0f2a3f7..0f1dce724f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "start": "react-scripts start", "start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start", "test": "react-scripts test", - "prepublish": "yarn run build" + "prepare": "yarn run build" }, "devDependencies": { "@material-ui/core": "^4.11.3",