Skip to content

Commit 02a8f40

Browse files
committed
modified clean command
1 parent bb0ccdd commit 02a8f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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 {} +"
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 {} +"
4141
},
4242
"devDependencies": {
4343
"@babel/cli": "^7.16.0",

0 commit comments

Comments
 (0)