fixed build command
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "env-cmd -e development cross-env NODE_ENV=development webpack serve",
|
||||
"build": "cross-env NODE_ENV=production webpack",
|
||||
"build": "NODE_ENV=production webpack",
|
||||
"build:local": "env-cmd -e production cross-env NODE_ENV=production webpack",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
|
||||
Reference in New Issue
Block a user