File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-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
Original file line number Diff line number Diff line change 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/ web/storage/dist h/dist/ h/jsx-runtime/dist html/dist/ universal /dist/" ,
210210 "build:js" : " rollup -c" ,
211211 "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 " ,
213213 "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" ,
214214 "types:src" : " tsc --project ./tsconfig.build.json && ncp ../../node_modules/dom-expressions/src/jsx.d.ts ./types/jsx.d.ts" ,
215215 "types:web" : " tsc --project ./web/tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments