Skip to content

Commit 5c22504

Browse files
committed
Fix publish script
1 parent 82e98b7 commit 5c22504

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version-file: '.node-version'
21+
- name: Install dependencies
22+
run: yarn --frozen-lockfile --non-interactive --silent
2123
- name: Publish
2224
uses: JS-DevTools/npm-publish@v3
2325
with:

0 commit comments

Comments
 (0)