Skip to content

Commit

Permalink
chore: change 'npm' to 'yarn' installation for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ndungtse committed Aug 1, 2023
1 parent 39a0b29 commit c957add
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 @@ -13,8 +13,8 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: yarn
- run: yarn run build
- name: Publish package to NPM
run: npm publish
env:
Expand Down

0 comments on commit c957add

Please sign in to comment.