mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
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:
parent
48824ad20f
commit
61d0aca1fc
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user