Skip to content

Commit 9077034

Browse files
committed
ci: added install step to deploy job
1 parent 07442d4 commit 9077034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- uses: actions/checkout@v2
5454
- name: Use Node.js
5555
uses: actions/setup-node@v1
56+
- name: Install Dependencies
57+
run: yarn
5658
- name: Build
5759
run: yarn build
5860
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)