chore: replace npm-run-all with concurrently in package.json for improved script execution and update pnpm-lock.yaml to reflect dependency changes

This commit is contained in:
keven1024
2025-12-13 11:48:51 +08:00
parent 6da3d9a15d
commit 35c5e1ccec
2 changed files with 61 additions and 1243 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"description": "",
"scripts": {
"dev": "npm-run-all -p dev:front dev:backend dev:worker",
"dev": "concurrently -n front,backend,worker -c blue,green,yellow 'pnpm:dev:front' 'pnpm:dev:backend' 'pnpm:dev:worker'",
"dev:front": "cd front && pnpm run dev",
"dev:backend": "cd backend && air",
"dev:worker": "cd worker && air",
@@ -27,10 +27,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
}

1297
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff