mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-19 07:51:59 +03:00
Fix typos
This commit is contained in:
parent
b4e138a5ae
commit
ac8d773fde
|
@ -18,10 +18,10 @@
|
|||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"build:all": "pnpn --recursive run build",
|
||||
"lint:all": "pnpn --recursive run lint",
|
||||
"test:all": "pnpn --recursive run test",
|
||||
"clean:all": "pnpn --recursive run clean",
|
||||
"build:all": "pnpm --recursive run build",
|
||||
"lint:all": "pnpm --recursive run lint",
|
||||
"test:all": "pnpm --recursive run test",
|
||||
"clean:all": "pnpm --recursive run clean",
|
||||
"release": "pnpm build:all && pnpm publish -r"
|
||||
},
|
||||
"packageManager": "pnpm@9.10.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user