Skip to content

Commit 95ab073

Browse files
committed
chore: Introduce concurrently
1 parent 04552c2 commit 95ab073

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"packageManager": "pnpm@9.6.0",
2323
"private": "true",
2424
"scripts": {
25+
"dev": "concurrently \"cd apps/nest && pnpm dev\" \"cd apps/react && pnpm dev\"",
2526
"publish:test": "pnpm -r publish --dry-run --no-git-checks",
2627
"test": "pnpm run test:unit",
2728
"test:unit": "vitest run --coverage",
@@ -40,6 +41,7 @@
4041
"@typescript-eslint/eslint-plugin": "7.18.0",
4142
"@typescript-eslint/parser": "7.18.0",
4243
"@vitest/coverage-v8": "2.0.4",
44+
"concurrently": "^8.2.2",
4345
"eslint": "8.57.0",
4446
"eslint-config-prettier": "9.1.0",
4547
"eslint-plugin-prettier": "5.2.1",

pnpm-lock.yaml

+51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)