summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/package.json b/webapp/package.json
index cdfba8ef0..943333e54 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -53,8 +53,8 @@
"webpack": "webpack/webpack#master"
},
"scripts": {
- "check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
- "build": "webpack",
- "run": "webpack --progress --watch"
+ "check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
+ "build": "webpack",
+ "run": "webpack --progress --watch"
}
}