diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5429cc37..be1244e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 02882e76..797551ac 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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: