We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3244 commit 6feee29Copy full SHA for 6feee29
.github/workflows/playground.yml
@@ -29,6 +29,7 @@ jobs:
29
- run: ./scripts/ninja.js config && ./scripts/ninja.js build
30
- run: mkdir playground && mkdir playground/stdlib
31
- run: BS_PLAYGROUND=../playground ./scripts/repl.js -prepublish
32
+ - run: node -e "require('./playground/exports.js'); eval(ocaml.compile('Js.log Sys.ocaml_version').js_code)"
33
- name: Archive npm artifacts
34
uses: actions/upload-artifact@v1
35
with:
0 commit comments