Skip to content

Commit 58482c3

Browse files
committed
Update build:clean script to include universal/dist directory cleanup
1 parent 0af2c2b commit 58482c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rude-cups-wink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"solid-js": patch
3+
---
4+
5+
Update `build:clean` script to include `universal/dist` directory cleanup

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
},
207207
"scripts": {
208208
"build": "npm-run-all -nl build:*",
209-
"build:clean": "rimraf dist/ coverage/ store/dist/ web/dist/ h/dist/ h/jsx-runtime/dist html/dist/",
209+
"build:clean": "rimraf dist/ coverage/ store/dist/ web/dist/ h/dist/ h/jsx-runtime/dist html/dist/ universal/dist/",
210210
"build:js": "rollup -c",
211211
"types": "npm-run-all -nl types:*",
212212
"types:clean": "rimraf types/ store/types/ web/types/ h/types/ h/jsx-runtime/types html/types/",

0 commit comments

Comments
 (0)