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