fixed build command

This commit is contained in:
paul
2025-04-02 11:44:23 +05:30
parent 9dbfdacd9f
commit 495083b416

View File

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