[ui] add clean script

feat/vaults
Tomáš Mládek 2021-12-29 12:59:14 +01:00
parent 353f2448b4
commit 31422f1b0b
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-check --tsconfig ./tsconfig.json",
"clean": "rm -frv public/vendor public/build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",