We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04f443 commit abf8ebaCopy full SHA for abf8eba
bun.lockb
1.98 KB
package.json
@@ -37,7 +37,7 @@
37
],
38
"scripts": {
39
"build": "bun --bun tsup",
40
- "check-all": "bun run test && bun lint && bun type-check && bun format:check",
+ "check-all": "concurrently --kill-others=failure 'bun run test' 'bun lint' 'bun type-check' 'bun format:check'",
41
"test": "bun run build && bun test",
42
"format": "bun format:base --write",
43
"format:check": "bun format:base --check",
@@ -57,6 +57,7 @@
57
"@types/bun": "^1.1.8",
58
"@types/eslint__js": "^8.42.3",
59
"@types/semver": "^7.5.8",
60
+ "concurrently": "^9.0.0",
61
"eslint": "^9.10.0",
62
"eslint-config-prettier": "^9.1.0",
63
"husky": "^9.1.5",
0 commit comments