Skip to content

Commit 1cfd9cc

Browse files
committed
Add concurrently and check-all script
1 parent 4fa292e commit 1cfd9cc

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

package-lock.json

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"scripts": {
55
"bootstrap": "lerna bootstrap",
66
"build": "lerna run tsc",
7+
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"",
78
"format": "prettier --write packages/*/src/**/*.ts",
89
"format-check": "prettier --check packages/*/src/**/*.ts",
910
"lint": "eslint packages/*/src/**/*.ts",
@@ -15,6 +16,7 @@
1516
"@types/node": "^11.13.5",
1617
"@types/signale": "^1.2.1",
1718
"@typescript-eslint/parser": "^1.9.0",
19+
"concurrently": "^4.1.0",
1820
"eslint": "^5.16.0",
1921
"eslint-plugin-github": "^2.0.0",
2022
"eslint-plugin-jest": "^22.5.1",

0 commit comments

Comments
 (0)