From cf990307d387178385015dca2a5695a51568b70b Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Wed, 25 Aug 2021 14:24:10 +0200 Subject: [PATCH] fix: change prepublish to prepare --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",