File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "prepare" : " husky install" ,
1212 "watch" : " lerna run watch --parallel" ,
1313 "watch:demo" : " nodemon --watch \" ./packages/*/lib/**/*.*\" --exec \" yarn start --no-open\" " ,
14- "build" : " yarn clean && yarn build-packages && yarn build-demo" ,
14+ "build" : " yarn build-packages && yarn build-demo" ,
1515 "build-packages" : " lerna run build --no-private --stream" ,
1616 "build-demo" : " yarn workspace demo build" ,
1717 "canary" : " yarn canary:bumpVersion && yarn canary:publish" ,
3737 "release:changelogBeta" : " scripts/changelog-beta.ts" ,
3838 "release:version" : " scripts/version.ts" ,
3939 "release:publish" : " scripts/publish.ts" ,
40- "clean" : " yarn workspace demo clean-all && rm -rf node_modules && find packages -name node_modules -type d -exec rm -rf {} + && find packages -name dist -type d -exec rm -rf {} + && find packages -name lib -type d -exec rm -rf {} +"
40+ "clean" : " yarn workspace demo clean-all && rm -rf node_modules build demo/.docusaurus demo/build demo/node_modules && find packages -name node_modules -type d -maxdepth 2 - exec rm -rf {} + && find packages -name dist -type d -maxdepth 2 - exec rm -rf {} + && find packages -name lib -type d -maxdepth 2 -exec rm -rf {} + && find packages -name lib-next -type d -maxdepth 2 -exec rm -rf {} +"
4141 },
4242 "devDependencies" : {
4343 "@babel/cli" : " ^7.16.0" ,
You can’t perform that action at this time.
0 commit comments