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 fb158d9 commit abe93b6Copy full SHA for abe93b6
.github/workflows/ci.yml
@@ -336,11 +336,11 @@ jobs:
336
run: ./scripts/test_syntax.sh
337
shell: bash
338
339
- - name: Build runtime/stdlib with rewatch
+ - name: Build @rescript/runtime
340
run: yarn workspace @rescript/runtime rescript build
341
342
343
- - name: Check for changes in lib folder
+ - name: Check for changes in @rescript/runtime/lib
344
run: git diff --exit-code lib/js lib/es6
345
working-directory: packages/@rescript/runtime
346
0 commit comments