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 8f6c9b7 commit d6be760Copy full SHA for d6be760
.github/workflows/ci.yml
@@ -330,16 +330,10 @@ jobs:
330
run: ./scripts/test_syntax.sh
331
shell: bash
332
333
- - name: Build runtime/stdlib with rewatch
334
- if: ${{ runner.os != 'Windows' }}
+ - name: Build runtime/stdlib
335
run: ./scripts/buildRuntime.sh
336
337
338
- - name: Build runtime/stdlib with bsb (Windows)
339
- if: ${{ runner.os == 'Windows' }}
340
- run: ./scripts/buildRuntimeLegacy.sh
341
- shell: bash
342
-
343
- name: Check for changes in lib folder
344
run: git diff --exit-code lib/js lib/es6
345
0 commit comments