Skip to content

Commit 279386b

Browse files
committed
reverted last 2 commits
1 parent 02a8f40 commit 279386b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",
@@ -37,7 +37,7 @@
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",

0 commit comments

Comments
 (0)