Skip to content

Commit f20ffcd

Browse files
Run install before publish
1 parent d499655 commit f20ffcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org/
17+
- run: yarn install
1718
- run: npm publish
1819
env:
1920
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)