Skip to content

Commit

Permalink
Refactor: Update package manager commands in npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent 9d6abfe commit f37d0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: rm -rf node_modules
- run: yarn install
- run: yarn test
env:
Expand All @@ -40,6 +41,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: rm -rf node_modules
- run: yarn install
- run: yarn build
- run: npm publish
Expand Down

0 comments on commit f37d0d8

Please sign in to comment.