We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6a9ee commit 5c6edd3Copy full SHA for 5c6edd3
1 file changed
.github/workflows/code.pyret.org-test.yml
@@ -55,7 +55,7 @@ jobs:
55
run: echo "$PWD/node_modules/.bin" >> $GITHUB_PATH
56
57
- name: Build web assets
58
- run: make web
+ run: npm run build
59
60
- name: Set up test environment variables
61
run: |
0 commit comments