Skip to content

Commit df7893b

Browse files
committed
Latest spago
1 parent c6e7fa3 commit df7893b

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/dashboard.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +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 esbuild
32-
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: npx spago build
31+
run: npm install --no-save purescript@0.15.16 spago@1.0.4 esbuild
3932

4033
- name: Build dashboard
4134
if: github.event.action != 'closed'

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)