Skip to content

Commit adfd254

Browse files
authored
also install example (#22)
1 parent 1c6bce6 commit adfd254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template-component/.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
cache: "npm"
2020
- run: npm i
2121
- run: npm ci
22+
- run: cd example && npm i && cd ..
2223
- run: npm test

0 commit comments

Comments
 (0)