Skip to content

Commit

Permalink
npm -> pnpm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 15, 2024
1 parent c1b45b6 commit a90c020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_4337_upstream_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
cache: pnpm
- run: |
pnpm install
pnpm run --filter "@safe-global/safe-4337" test:4337:upstream
pnpm run --filter "@safe-global/safe-passkey" test:4337:upstream
pnpm run --filter "{modules/4337}" --filter "{modules/passkey}" test:4337:upstream
4 changes: 2 additions & 2 deletions .github/workflows/ci_passkey_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
cache: pnpm
- run: |
pnpm install
npm run lint -w examples/4337-passkeys
npm run build -w examples/4337-passkeys
pnpm run -F "{examples/4337-passkeys}" lint
pnpm run -F "{examples/4337-passkeys}" build
env:
VITE_WC_CLOUD_PROJECT_ID: ${{ secrets.VITE_WC_CLOUD_PROJECT_ID }}
VITE_WC_4337_BUNDLER_URL: ${{ secrets.VITE_WC_4337_BUNDLER_URL }}

0 comments on commit a90c020

Please sign in to comment.