File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
mui-core-downloads-tracker Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
],
15
15
"scripts" : {
16
16
"test" : " cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-codemod/**/*.test.?(c|m)[jt]s?(x)'" ,
17
- "prebuild" : " rimraf build" ,
17
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
18
18
"build" : " node ../../scripts/build.mjs node --out-dir ./build && cpy README.md build && cpy package.json build && cpy codemod.js build" ,
19
19
"release" : " pnpm build && pnpm publish"
20
20
},
Original file line number Diff line number Diff line change 20
20
"url" : " https://opencollective.com/mui-org"
21
21
},
22
22
"scripts" : {
23
- "prebuild" : " rimraf build" ,
23
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
24
24
"build" : " mkdir build && pnpm build:copy-files" ,
25
25
"build:copy-files" : " node ../../scripts/copyFiles.mjs" ,
26
26
"release" : " pnpm build && pnpm publish"
Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/mui/material-ui/tree/master/packages/mui-docs" ,
25
25
"scripts" : {
26
- "prebuild" : " rimraf build" ,
26
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
27
27
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:types && pnpm build:copy-files" ,
28
28
"build:modern" : " echo 'Skip modern build'" ,
29
29
"build:node" : " node ../../scripts/build.mjs node" ,
Original file line number Diff line number Diff line change 28
28
"url" : " https://opencollective.com/mui-org"
29
29
},
30
30
"scripts" : {
31
- "prebuild" : " rimraf build" ,
31
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
32
32
"build" : " shx cp -r lib/ build/ && pnpm build:typings && pnpm build:copy-files" ,
33
33
"build:lib" : " pnpm build:node && pnpm build:stable" ,
34
34
"build:lib:clean" : " rimraf lib/ && pnpm build:lib" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"scripts" : {
30
30
"prebuild" : " rimraf --glob build \" *.tsbuildinfo\" " ,
31
- "build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:types" ,
31
+ "build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:types && pnpm build:copy-files " ,
32
32
"build:modern" : " node ../../scripts/build.mjs modern" ,
33
33
"build:node" : " node ../../scripts/build.mjs node" ,
34
34
"build:stable" : " node ../../scripts/build.mjs stable" ,
Original file line number Diff line number Diff line change 26
26
"url" : " https://opencollective.com/mui-org"
27
27
},
28
28
"scripts" : {
29
- "prebuild" : " rimraf build" ,
29
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
30
30
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:copy-files" ,
31
31
"build:modern" : " node ../../scripts/build.mjs modern" ,
32
32
"build:node" : " node ../../scripts/build.mjs node" ,
Original file line number Diff line number Diff line change 26
26
"url" : " https://opencollective.com/mui-org"
27
27
},
28
28
"scripts" : {
29
- "prebuild" : " rimraf build" ,
29
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
30
30
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:copy-files" ,
31
31
"build:modern" : " node ../../scripts/build.mjs modern" ,
32
32
"build:node" : " node ../../scripts/build.mjs node" ,
Original file line number Diff line number Diff line change 26
26
"url" : " https://opencollective.com/mui-org"
27
27
},
28
28
"scripts" : {
29
- "prebuild" : " rimraf build" ,
29
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
30
30
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:copy-files" ,
31
31
"build:modern" : " node ../../scripts/build.mjs modern" ,
32
32
"build:node" : " node ../../scripts/build.mjs node" ,
Original file line number Diff line number Diff line change 26
26
"url" : " https://opencollective.com/mui-org"
27
27
},
28
28
"scripts" : {
29
- "prebuild" : " rimraf build" ,
29
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
30
30
"build" : " pnpm build:modern && pnpm build:node && pnpm build:stable && pnpm build:copy-files" ,
31
31
"build:modern" : " node ../../scripts/build.mjs modern" ,
32
32
"build:node" : " node ../../scripts/build.mjs node" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/mui/material-ui/tree/master/packages/mui-types" ,
28
28
"scripts" : {
29
- "prebuild" : " rimraf build" ,
29
+ "prebuild" : " rimraf --glob build \" *.tsbuildinfo \" " ,
30
30
"build" : " mkdir build && cpy index.d.ts build/ && cpy OverridableComponentAugmentation.ts build/ && pnpm build:copy-files" ,
31
31
"build:copy-files" : " node ../../scripts/copyFiles.mjs" ,
32
32
"release" : " pnpm build && pnpm publish" ,
You can’t perform that action at this time.
0 commit comments