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:
parent
a97e5f96fb
commit
cf990307d3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user