fix(scripts): make npm scripts cross-platform with shx (closes #1771)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "tsgo --noEmit",
|
||||
"clean": "rm -rf dist"
|
||||
"clean": "shx rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mariozechner/mini-lit": "^0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user