summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json
index 6f50962a4..af375def9 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -56,6 +56,7 @@
"scripts": {
"check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
"build": "webpack",
- "run": "webpack --progress --watch"
+ "run": "webpack --progress --watch",
+ "run-fullmap": "webpack --progress --watch"
}
}