Add "clean:all" script (#1200)

Add "clean:all" script to root workspace

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
Avinash Thakur 2022-10-30 01:22:40 +05:30 committed by GitHub
parent 48824ad20f
commit 61d0aca1fc
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": [