Fix caching

This commit is contained in:
schmelczerandras 2020-11-22 22:57:27 +01:00
parent 4be519f052
commit 55bdc9dd77
3 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*\"",
"build": "webpack --mode production"
"build": "webpack --mode production && rm dist/*.js && rm dist/*.css"
},
"repository": {
"type": "git",