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 f52ba62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 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 }}
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
examples/**
modules/**
packages/**
pnpm-lock.yaml
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion examples/4337-passkeys-singleton-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Helpful links:
### Run the app in development mode

```bash
pnpm run dev -w examples/4337-passkeys-singleton-signer
pnpm run -F {examples/4337-passkeys-singleton-signer} dev
```

## Config adjustments
Expand Down
2 changes: 1 addition & 1 deletion examples/4337-passkeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Helpful links:
### Run the app in development mode

```bash
pnpm run dev -w examples/4337-passkeys
pnpm run -F {examples/4337-passkeys} dev
```

## Config adjustments
Expand Down
5 changes: 0 additions & 5 deletions modules/passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
"hardhat-deploy": "^0.12.4",
"solhint": "^5.0.1"
},
"overrides": {
"@safe-global/safe-contracts": {
"ethers": "^6.11.1"
}
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@account-abstraction/contracts": "^0.7.0",
Expand Down

0 comments on commit f52ba62

Please sign in to comment.