Adjust variables

This commit is contained in:
Olu Amey
2022-12-28 13:43:32 -05:00
parent e6ce7e9b54
commit 34b2e28816
4 changed files with 24 additions and 21 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts start -e .env",
"build": "react-scripts build -e .env",
"test": "react-scripts test",
"eject": "react-scripts eject"
},