Skip to content

Commit ee0c0d6

Browse files
committed
add yarn install step
1 parent 2a1c0b4 commit ee0c0d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 12
1818
registry-url: "https://registry.npmjs.org"
19+
- run: yarn install --frozen-lockfile
1920
- run: npm publish --access public
2021
env:
2122
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISHING_TOKEN}}

0 commit comments

Comments
 (0)