There was an error while loading. Please reload this page.
1 parent 191f392 commit bdf89a3Copy full SHA for bdf89a3
package.json
@@ -20,7 +20,7 @@
20
"security": "npm audit",
21
"lint:prettier": "prettier --list-different .",
22
"lint:js": "eslint --cache .",
23
- "lint": "npm-run-all -l -p \"lint:**\"",
+ "lint": "yarn-run-all -l -p \"lint:**\"",
24
"test:only": "cross-env NODE_ENV=test jest",
25
"test:watch": "yarn test:only -- --watch",
26
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
@@ -61,7 +61,7 @@
61
"jest": "^26.5.2",
62
"lint-staged": "^10.4.0",
63
"memfs": "^3.2.0",
64
- "npm-run-all": "^4.1.5",
+ "yarn-run-all": "^4.1.5",
65
"prettier": "^2.1.2",
66
"standard-version": "^9.0.0",
67
"webpack": "^4.44.2"
0 commit comments