Skip to content

Commit a703bb5

Browse files
committed
Use npx to run spago
1 parent e87641b commit a703bb5

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
@@ -35,7 +35,7 @@ jobs:
3535
# all the dependencies of the package, which might not be there. So we build everything.
3636
- name: Build whole repo
3737
if: github.event.action != 'closed'
38-
run: spago build
38+
run: npx spago build
3939

4040
- name: Build dashboard
4141
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)