Skip to content

Commit 2719cd8

Browse files
committed
Prevent multiple installs running in parallel
1 parent 58041f2 commit 2719cd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/Taskfile.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ tasks:
2626
desc: The extra UI stuff the FW Lite Maui app needs to run. I.e. if you want to debug Maui, run this first, otherwise use a task that depends on this.
2727
aliases:
2828
- fi
29+
deps: [ install ] # run install first, so the viewer and https-proxy don't both run in
30+
cmds:
31+
- task: fw-lite-infr-internal
32+
33+
fw-lite-infr-internal:
2934
deps: [ viewer-dev, https-oauth-authority ]
3035

3136
playwright-tests:
@@ -70,6 +75,8 @@ tasks:
7075
method: checksum
7176
sources:
7277
- package.json
78+
- ../pnpm-lock.yaml
79+
- ../pnpm-workspace.yaml
7380
cmds:
7481
- corepack enable || true
7582
- pnpm install

0 commit comments

Comments
 (0)