summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-22 11:42:56 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-22 11:42:56 +0100
commita8e991237e2567f827f3ede67ddef0d50efd2f75 (patch)
treeb2610846afd719f24a59ed45cc2d1ce883a04e54 /package.json
parent14801152b0502d80db0c641edb6ab84f0b16892d (diff)
geocode thing prod react build
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3dbb8353..4cd2f10d 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
"deploy": "NODE_ENV=production webpack --config ./webpack.config.prod.js && git commit -am 'deploy' && git push origin master && ssh vframe@vframe ./restart.sh",
"watchSplash": "NODE_ENV=development webpack --config ./webpack.splash.dev.js --colors --watch",
"buildSplash": "NODE_ENV=production webpack --config ./webpack.splash.prod.js",
- "watchGeocode": "NODE_ENV=development webpack --config ./webpack.geocode.dev.js --colors --watch"
+ "watchGeocode": "NODE_ENV=development webpack --config ./webpack.geocode.dev.js --colors --watch",
+ "buildGeocode": "NODE_ENV=production webpack --config ./webpack.geocode.prod.js"
},
"repository": {
"type": "git",