mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Reorder scripts
This commit is contained in:
parent
d3fc1d6d42
commit
1c0bc484f5
|
@ -5,11 +5,11 @@
|
|||
"prettier": "2.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"build:all": "lerna run build",
|
||||
"lint:all": "lerna run lint",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"test:all": "lerna run test"
|
||||
"test:all": "lerna run test",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
"workspaces": [
|
||||
"extension",
|
||||
|
|
Loading…
Reference in New Issue
Block a user