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 82e98b7 commit 5c22504Copy full SHA for 5c22504
1 file changed
.github/workflows/deploy.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/setup-node@v3
19
with:
20
node-version-file: '.node-version'
21
+ - name: Install dependencies
22
+ run: yarn --frozen-lockfile --non-interactive --silent
23
- name: Publish
24
uses: JS-DevTools/npm-publish@v3
25
0 commit comments