We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424c08 commit 3fe5696Copy full SHA for 3fe5696
1 file changed
package.json
@@ -51,7 +51,7 @@
51
"start:alpha": "dotenv -e env/local -e env/alpha -- react-scripts start",
52
"start:beta": "dotenv -e env/local -e env/beta -- react-scripts start",
53
"build": "CI=false react-scripts build",
54
- "build:alpha": "dotenv -e env/alpha -- CI=false react-scripts build"
+ "build:alpha": "dotenv -e env/alpha -- cross-env CI=false react-scripts build"
55
},
56
"eslintConfig": {
57
"extends": [
@@ -73,6 +73,7 @@
73
74
"devDependencies": {
75
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
76
+ "cross-env": "^7.0.3",
77
"dotenv-cli": "^8.0.0",
78
"webpack": "5.94.0"
79
}
0 commit comments