Skip to content

Commit

Permalink
Fix pnpm not found when publish (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbrando authored Jun 20, 2024
1 parent cdb044a commit 03df96f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 21
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Install
- name: Rush install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
- name: Publish
- name: Rush install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose
- name: Rush publish
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token ${{ secrets.NPMTOKEN }}

0 comments on commit 03df96f

Please sign in to comment.