1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: change prepublish to prepare

This commit is contained in:
Fredrik Oseberg 2021-08-25 14:24:10 +02:00
parent a97e5f96fb
commit cf990307d3

View File

@ -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",