Skip to content

Commit

Permalink
🔧 chore(npm-publish-github-packages.yml): switch from npm commands to…
Browse files Browse the repository at this point in the history
… yarn commands for consistency and improved performance
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 9e780d3 commit 048f15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- run: yarn install
- run: yarn publish
publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 048f15a

Please sign in to comment.