File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " solid-js " : patch
3
+ ---
4
+
5
+ Update ` build:clean ` and ` types:clean ` script to include missing paths and add ` solid-js ` to devDependencies
Original file line number Diff line number Diff line change 206
206
},
207
207
"scripts" : {
208
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/" ,
209
+ "build:clean" : " rimraf dist/ coverage/ store/dist/ web/dist/ web/storage/dist h/dist/ h/jsx-runtime/dist html/dist/ universal /dist/" ,
210
210
"build:js" : " rollup -c" ,
211
211
"types" : " npm-run-all -nl types:*" ,
212
- "types:clean" : " rimraf types/ store/types/ web/types/ h/types/ h/jsx-runtime/types html/types/" ,
212
+ "types:clean" : " rimraf types/ store/types/ web/types/ web/storage/types/ h/types/ h/jsx-runtime/types html/types/ universal/types/ src/jsx.d.ts h/jsx-runtime/src/jsx.d.ts " ,
213
213
"types:copy" : " ncp ../../node_modules/dom-expressions/src/jsx.d.ts ./src/jsx.d.ts && ncp ../../node_modules/dom-expressions/src/jsx-h.d.ts ./h/jsx-runtime/src/jsx.d.ts" ,
214
214
"types:src" : " tsc --project ./tsconfig.build.json && ncp ../../node_modules/dom-expressions/src/jsx.d.ts ./types/jsx.d.ts" ,
215
215
"types:web" : " tsc --project ./web/tsconfig.build.json" ,
239
239
"csstype" : " ^3.1.0" ,
240
240
"seroval" : " ~1.3.0" ,
241
241
"seroval-plugins" : " ~1.3.0"
242
+ },
243
+ "devDependencies" : {
244
+ "solid-js" : " workspace:*"
242
245
}
243
246
}
You can’t perform that action at this time.
0 commit comments