We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da1cec commit a7abdccCopy full SHA for a7abdcc
package.json
@@ -36,11 +36,9 @@
36
"web-vitals": "^2.1.4"
37
},
38
"scripts": {
39
- "start": "env-cmd -f ./.env.local react-scripts start",
40
- "start:dev": "env-cmd -f ./.env.development react-scripts start",
+ "start": "env-cmd -f ./.env.development react-scripts start",
41
"start:prod": "env-cmd -f ./.env.production react-scripts start",
42
- "build": "env-cmd -f ./.env.local react-scripts build --profile",
43
- "build:dev": "env-cmd -f ./.env.development react-scripts build --profile",
+ "build": "env-cmd -f ./.env.development react-scripts build --profile",
44
"build:prod": "env-cmd -f ./.env.production react-scripts build"
45
46
"eslintConfig": {
scripts/set_dev.sh
scripts/set_prod.sh
0 commit comments