We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build:clean
universal/dist
1 parent 0af2c2b commit 58482c3Copy full SHA for 58482c3
.changeset/rude-cups-wink.md
@@ -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
@@ -206,7 +206,7 @@
206
},
207
"scripts": {
208
"build": "npm-run-all -nl build:*",
209
- "build:clean": "rimraf dist/ coverage/ store/dist/ web/dist/ h/dist/ h/jsx-runtime/dist html/dist/",
+ "build:clean": "rimraf dist/ coverage/ store/dist/ web/dist/ h/dist/ h/jsx-runtime/dist html/dist/ universal/dist/",
210
"build:js": "rollup -c",
211
"types": "npm-run-all -nl types:*",
212
"types:clean": "rimraf types/ store/types/ web/types/ h/types/ h/jsx-runtime/types html/types/",
0 commit comments