aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/package.json')
-rw-r--r--app/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json
index 53b24bc..c3b43c3 100644
--- a/app/package.json
+++ b/app/package.json
@@ -20,6 +20,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
+ "build:production": "env-cmd -f .env.production npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
@@ -40,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
+ },
+ "devDependencies": {
+ "env-cmd": "^10.1.0"
}
}