We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58041f2 commit 2719cd8Copy full SHA for 2719cd8
frontend/Taskfile.yml
@@ -26,6 +26,11 @@ tasks:
26
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.
27
aliases:
28
- 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:
34
deps: [ viewer-dev, https-oauth-authority ]
35
36
playwright-tests:
@@ -70,6 +75,8 @@ tasks:
70
75
method: checksum
71
76
sources:
72
77
- package.json
78
+ - ../pnpm-lock.yaml
79
+ - ../pnpm-workspace.yaml
73
80
cmds:
74
81
- corepack enable || true
82
- pnpm install
0 commit comments