Skip to content

Commit 4a9f5c0

Browse files
committed
Install esbuild
1 parent 8550ebf commit 4a9f5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install tools
3030
if: github.event.action != 'closed'
31-
run: npm install --no-save purescript@0.15.15 spago@1.0.3
31+
run: npm install --no-save purescript@0.15.15 spago@1.0.3 esbuild
3232

3333
- name: Build dashboard
3434
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)