Skip to content

Commit

Permalink
fix(ci): change pnpm install to take -w flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Jan 1, 2024
1 parent b794160 commit e301085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install commitlint
run: |
pnpm add conventional-changelog-conventionalcommits
pnpm add commitlint@latest
pnpm add -w conventional-changelog-conventionalcommits
pnpm add -w commitlint@latest
- name: Validate latest commit
if: github.event_name == 'push'
run: npx commitlint --from HEAD~1 --to HEAD --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache: "pnpm"

- name: install tauri cli
run: pnpm add @tauri-apps/cli
run: pnpm add -w @tauri-apps/cli

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit e301085

Please sign in to comment.