aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/package.json')
-rw-r--r--language-web/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/language-web/package.json b/language-web/package.json
index 85e1178b..ec54f7fd 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -5,6 +5,7 @@
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "assemble": "webpack --node-env production", 7 "assemble": "webpack --node-env production",
8 "stats": "webpack --node-env production --json > build/webpack/stats.json",
8 "serve": "webpack serve --node-env development --hot", 9 "serve": "webpack serve --node-env development --hot",
9 "check": "yarn run check:eslint && yarn run check:stylelint", 10 "check": "yarn run check:eslint && yarn run check:stylelint",
10 "check:eslint": "eslint .", 11 "check:eslint": "eslint .",