Fix build command in package.json
This commit is contained in:
parent
ea439abfda
commit
540699ca74
@ -40,7 +40,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build && move build ../build/berry",
|
||||
"build": "react-scripts build && mv -f build ../build/berry",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user