We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8550ebf commit 4a9f5c0Copy full SHA for 4a9f5c0
1 file changed
.github/workflows/dashboard.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install tools
30
if: github.event.action != 'closed'
31
- run: npm install --no-save purescript@0.15.15 spago@1.0.3
+ run: npm install --no-save purescript@0.15.15 spago@1.0.3 esbuild
32
33
- name: Build dashboard
34
0 commit comments