Skip to content

Commit

Permalink
fix(ci): fix a publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
faramozzayw authored Jan 6, 2021
1 parent 34a9504 commit a8082ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- run: yarn install
- run: yarn test

publish-npm:
needs: build
Expand Down

1 comment on commit a8082ba

@vercel
Copy link

@vercel vercel bot commented on a8082ba Jan 6, 2021

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.