We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87641b commit a703bb5Copy full SHA for a703bb5
1 file changed
.github/workflows/dashboard.yml
@@ -35,7 +35,7 @@ jobs:
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
+ run: npx spago build
39
40
- name: Build dashboard
41
0 commit comments