Add clean target

This commit is contained in:
Christopher Schleiden
2022-12-08 10:22:47 -08:00
parent b9247b6123
commit e348fb9a89
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -14,6 +14,7 @@
"vscode-languageserver-protocol": "^3.17.2"
},
"scripts": {
"clean": "rimraf dist",
"start": "webpack-dev-server --mode development --open",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode development --env esbuild"
@@ -21,6 +22,7 @@
"license": "MIT",
"devDependencies": {
"css-loader": "^6.7.2",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"webpack": "^5.75.0",