mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Add "clean:all" script
Add "clean:all" script to root workspace
This commit is contained in:
parent
24f60a7aa7
commit
ab7ca40879
|
@ -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