Skip to content

Commit e87641b

Browse files
committed
Workaround for a spago bug
1 parent 1ea37cc commit e87641b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/dashboard.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
if: github.event.action != 'closed'
3131
run: npm install --no-save purescript@0.15.15 spago@1.0.3 esbuild
3232

33+
# TODO: this is temporary until we fix a bug in spago for bundling single packages:
34+
# there is a `purs graph` call that fails when doing that because it's trying to use
35+
# all the dependencies of the package, which might not be there. So we build everything.
36+
- name: Build whole repo
37+
if: github.event.action != 'closed'
38+
run: spago build
39+
3340
- name: Build dashboard
3441
if: github.event.action != 'closed'
3542
run: npm run dashboard:build

0 commit comments

Comments
 (0)