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 1f4190f commit 3cd6c26Copy full SHA for 3cd6c26
.github/workflows/nodejs.yml
@@ -30,3 +30,5 @@ jobs:
30
run: yarn install --frozen-lockfile
31
- name: Build
32
run: yarn build
33
+ - name: Run examples
34
+ run: node examples/example.js
0 commit comments