Skip to content

Commit e743867

Browse files
committed
chore(ci/examples): add yarn install step
1 parent 4224576 commit e743867

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-javascript.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
- name: Examples
156156
run: |
157157
cd examples
158+
yarn
158159
yarn run:hello-world
159160
yarn run:fs
160161
yarn run:http

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ polywrap.deployment.txt
2323
**/.pytest_cache/
2424
**/__pycache__/
2525
**/dist/
26-
poetry.lock
26+
poetry.lock
27+
examples/yarn.lock

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Polywrap JS Client Examples
22

3+
Before running any example you must run `yarn` in the `examples` folder
4+
35
## Hello World
46

57
Invokes the logger wrap, which interacts with the logger plugin. It shows a console.log message from WASM world

0 commit comments

Comments
 (0)