Skip to content

Commit

Permalink
chore: switch to concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Oct 25, 2024
1 parent 5906358 commit 6dd5fb6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 63 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dev": "tsup --watch",
"lint:code": "eslint **/*.json ./src/**/*.ts --no-warn-ignored",
"lint:deps": "knip --production",
"lint": "npm-run-all --parallel lint:*",
"lint": "concurrently --prefix '[{name}]' -c 'blue.bold,green.bold' 'npm:lint:*'",
"prepack": "npm run build",
"prepare": "husky",
"publish:jsr": "deno publish",
Expand All @@ -42,6 +42,7 @@
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^18.19.59",
"concurrently": "^9.0.1",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-plugin-jsonc": "^2.16.0",
Expand All @@ -50,7 +51,6 @@
"knip": "^5.34.0",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"strip-ansi": "^7.1.0",
"tsm": "^2.3.0",
Expand Down
135 changes: 74 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dd5fb6

Please sign in to comment.