Production build

This commit is contained in:
2023-03-12 07:43:40 +08:00
parent b492faedfa
commit 508eb82ff4
5 changed files with 58 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
"axios": "^0.24.0"
},
"scripts": {
"start": "react-scripts start -e .env",
"build": "react-scripts build -e .env",
"start": "react-scripts start -e .env.development",
"build": "react-scripts build -e .env.production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},