Add "clean:all" script

Add "clean:all" script to root workspace
This commit is contained in:
Avinash Thakur 2022-07-19 02:15:25 +05:30 committed by GitHub
parent 24f60a7aa7
commit ab7ca40879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
"build:all": "nx run-many --target=build --all",
"lint:all": "nx run-many --target=lint --all",
"test:all": "nx run-many --target=test --all",
"clean:all": "nx run-many --target=clean --all",
"release": "pnpm build:all && changeset publish"
},
"workspaces": [