Skip to content

Commit 924fe8f

Browse files
committed
removed concurrently in favour of pnpm parallel execution
1 parent fcc81d8 commit 924fe8f

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
"@vitejs/plugin-basic-ssl": "2.0.0",
129129
"all-contributors-cli": "6.26.1",
130130
"brotli": "1.3.3",
131-
"concurrently": "8.2.2",
132131
"create-qwik": "workspace:^",
133132
"cross-spawn": "7.0.3",
134133
"csstype": "3.1.3",
@@ -241,7 +240,7 @@
241240
"release.prepare": "pnpm build --prepare-release",
242241
"serve": "tsx --require ./scripts/runBefore.ts --inspect --conditions=development starters/dev-server.ts 3300",
243242
"serve.debug": "tsx --require ./scripts/runBefore.ts --inspect-brk --conditions=development starters/dev-server.ts 3300",
244-
"start": "concurrently \"npm:build.watch\" \"npm:tsc.watch\" -n build,tsc -c green,cyan",
243+
"start": "pnpm run --stream \"/.*\\.watch/\"",
245244
"test": "pnpm build.full && pnpm test.unit && pnpm test.e2e",
246245
"test.e2e": "pnpm test.e2e.chromium && pnpm test.e2e.webkit && test.e2e.integrations",
247246
"test.e2e.chromium": "playwright test starters --browser=chromium --config starters/playwright.config.ts",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)