Big update

This commit is contained in:
Daniel Ledda
2020-08-13 15:11:18 +02:00
parent 6f4ccffb63
commit 652092f741
16 changed files with 110 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"build-dev": "webpack --mode development && npm postbuild",
"build": "webpack --mode production",
"postbuild": "rsync -avu --delete dist/ ../kadi_backend/static/game",
"postbuild": "rsync -avu --delete dist/ ../backend/static/game",
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},