File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
"which" : " ^2.0.1"
78
78
},
79
79
"scripts" : {
80
- "build-clean" : " rimraf ./packages/*/build ./packages/*/build-es5 ./packages/*/tsconfig.tsbuildinfo" ,
81
- "prebuild " : " yarn build:ts" ,
82
- "build" : " node ./scripts/build.js" ,
80
+ "build-clean" : " rimraf ' ./packages/*/build' ' ./packages/*/build-es5' ' ./packages/*/tsconfig.tsbuildinfo' " ,
81
+ "build " : " yarn build:js && yarn build:ts" ,
82
+ "build:js " : " node ./scripts/build.js" ,
83
83
"build:ts" : " node ./scripts/buildTs.js" ,
84
84
"check-copyright-headers" : " node ./scripts/checkCopyrightHeaders.js" ,
85
- "clean-all" : " yarn clean-e2e && yarn build-clean && rimraf ./packages/*/node_modules && rimraf ./node_modules" ,
85
+ "clean-all" : " yarn clean-e2e && yarn build-clean && rimraf ' ./packages/*/node_modules' && rimraf ' ./node_modules' " ,
86
86
"clean-e2e" : " node ./scripts/cleanE2e.js" ,
87
87
"jest" : " node ./packages/jest-cli/bin/jest.js" ,
88
88
"jest-coverage" : " yarn jest --coverage" ,
You can’t perform that action at this time.
0 commit comments