aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-10-01 03:52:29 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-10-01 03:52:29 +0200
commit6e085ff05fa9221f4ce08a6fe76f7394ec98d140 (patch)
tree879001f695bf87f74b4a9bd40e2722f2b063dd55 /language-web/package.json
parentbuild: migration to Gradle 7 (diff)
downloadrefinery-6e085ff05fa9221f4ce08a6fe76f7394ec98d140.tar.gz
refinery-6e085ff05fa9221f4ce08a6fe76f7394ec98d140.tar.zst
refinery-6e085ff05fa9221f4ce08a6fe76f7394ec98d140.zip
build: webpack fixes
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 .",