Skip to content

Commit

Permalink
feat: publish with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed May 9, 2020
1 parent 532b4c3 commit 9e7c7d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: npm publish
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NPM_TOKEN: ${{secrets.npm_token}}

1 comment on commit 9e7c7d8

@vercel
Copy link

@vercel vercel bot commented on 9e7c7d8 May 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.