mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
No parallel
This commit is contained in:
parent
0fefc251be
commit
79d4e3e0d6
|
@ -20,9 +20,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"format:check": "prettier --check .",
|
"format:check": "prettier --check .",
|
||||||
"build:all": "nx run-many --target=build --all --skip-nx-cache",
|
"build:all": "nx run-many --target=build --all --skip-nx-cache --parallel=1",
|
||||||
"lint:all": "nx run-many --target=lint --all --skip-nx-cache",
|
"lint:all": "nx run-many --target=lint --all --skip-nx-cache --parallel=1",
|
||||||
"test:all": "nx run-many --target=test --all --skip-nx-cache",
|
"test:all": "nx run-many --target=test --all --skip-nx-cache --parallel=1",
|
||||||
"clean:all": "nx run-many --target=clean --all",
|
"clean:all": "nx run-many --target=clean --all",
|
||||||
"release": "pnpm build:all && changeset publish"
|
"release": "pnpm build:all && changeset publish"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user