chore: clean action
This commit is contained in:
parent
2838a139e6
commit
5413244e60
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
"dev": "bun run build:view && sh ./scripts/build.sh --run",
|
||||
"package": "sh ./scripts/package.sh",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"clean": "rm -rf kuma-archive web/"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.3",
|
||||
|
|
Loading…
Reference in a new issue