Skip to content

Commit

Permalink
Merge pull request #1913 from skaut/parallel-build
Browse files Browse the repository at this point in the history
Building backend and frontend in parallel
  • Loading branch information
marekdedic authored Feb 17, 2025
2 parents cee5b0f + e95a292 commit 88c2fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"build:backend": "vite build --config backend.vite.config.ts",
"prebuild:frontend": "npm run paraglide",
"build:frontend": "vite build --config frontend.vite.config.ts",
"build": "run-s -c build:*",
"build": "run-p -c build:*",
"lint:svelte:svelte-check": "FORCE_COLOR=1 svelte-check",
"lint:svelte": "run-p -c --aggregate-output lint:svelte:*",
"lint:ts:typecheck:backend": "tsc --noEmit --project backend.tsconfig.json",
Expand Down

0 comments on commit 88c2fa7

Please sign in to comment.