mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Test differently
This commit is contained in:
parent
90f3309fc3
commit
ddcd6614a8
|
@ -1,3 +1,3 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
projects: ['extension', '<rootDir>/packages/*'],
|
projects: ['<rootDir>/extension', '<rootDir>/packages/*'],
|
||||||
};
|
};
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"prettify": "prettier --write .",
|
"prettify": "prettier --write .",
|
||||||
"prettier:check": "prettier --check .",
|
"prettier:check": "prettier --check .",
|
||||||
"test": "jest --onlyChanged",
|
"test": "jest --onlyChanged",
|
||||||
"test:all": "jest"
|
"test:all": "lerna run test"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"extension",
|
"extension",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user