Add cleanup script

This commit is contained in:
2026-08-06 13:04:00 +02:00
parent 569cc7c7a0
commit 34456dbe52
2 changed files with 30 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@
"webpack-stats": "npm run webpack-prod -- --env debug --json > stats.json",
"webpack-verbose": "npm run webpack-prod -- --verbose",
"wds": "webpack-dev-server --config webpack.dev.mjs --progress --color --port 8091",
"clean": "gulp clean",
"build": "gulp build",
"build-sprites": "npm run ts-tools && gulp sprites && npm run build",
"build-beta": "npm run build -- --beta --tools",