Fix caching
This commit is contained in:
parent
4be519f052
commit
55bdc9dd77
3 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue