Skip to content

Commit bdf89a3

Browse files
committed
added gh actions
1 parent 191f392 commit bdf89a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"security": "npm audit",
2121
"lint:prettier": "prettier --list-different .",
2222
"lint:js": "eslint --cache .",
23-
"lint": "npm-run-all -l -p \"lint:**\"",
23+
"lint": "yarn-run-all -l -p \"lint:**\"",
2424
"test:only": "cross-env NODE_ENV=test jest",
2525
"test:watch": "yarn test:only -- --watch",
2626
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
@@ -61,7 +61,7 @@
6161
"jest": "^26.5.2",
6262
"lint-staged": "^10.4.0",
6363
"memfs": "^3.2.0",
64-
"npm-run-all": "^4.1.5",
64+
"yarn-run-all": "^4.1.5",
6565
"prettier": "^2.1.2",
6666
"standard-version": "^9.0.0",
6767
"webpack": "^4.44.2"

0 commit comments

Comments
 (0)