ci: add clean:rollup script

This commit is contained in:
Derrick Hammer 2023-06-23 18:34:45 -04:00
parent 3f1bd189d4
commit c8d7336a84
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"_id": "@lumeweb/kernel@0.1.0",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build"
"build": "run build",
"clean:rollup": "shx rm -rf dist"
},
"dependencies": {
"@lumeweb/libkmodule": "^0.1.0-develop.4",