|
@@ -35,6 +35,7 @@
|
|
|
"start:prod": "dotenv -e .env.production react-scripts start",
|
|
|
"build:dev": "dotenv -e .env.development react-scripts build",
|
|
|
"build:prod": "dotenv -e .env.production react-scripts build",
|
|
|
+ "build:idctest": "dotenv -e .env.idctest react-scripts build",
|
|
|
"test": "react-scripts test",
|
|
|
"eject": "react-scripts eject"
|
|
|
},
|
|
@@ -60,4 +61,4 @@
|
|
|
"cross-env": "^7.0.3",
|
|
|
"dotenv-cli": "^6.0.0"
|
|
|
}
|
|
|
-}
|
|
|
+}
|