Can't quite tell what's changed

This commit is contained in:
Daniel Ledda
2020-05-24 11:46:17 +02:00
parent d99d7cbfec
commit f08105c39f
20 changed files with 144 additions and 137 deletions

View File

@@ -6,8 +6,9 @@
"license": "ISC",
"author": "Daniel Ledda",
"scripts": {
"build": "webpack --mode development",
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/dist/game/static",
"build-dev": "webpack --mode development && postbuild",
"build": "webpack --mode production",
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/static/game",
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},