We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bdc1b commit 005d2e8Copy full SHA for 005d2e8
.github/workflows/ci.yml
@@ -537,7 +537,7 @@ jobs:
537
working-directory: ${{ steps.tmp-dir.outputs.path }}
538
539
- name: Test installation
540
- run: npx rescript -h && npx rescript build && cat src/Test.bs.js
+ run: npx rescript -h && npx rescript build && cat src/Test.res.js
541
shell: bash
542
543
0 commit comments