Skip to content

Commit 7294ae7

Browse files
authored
Migrate AA demo app from npm to pnpm (#3592)
* Replace npm lockfile with pnpm * Update README to use pnpm * Update demo setup script to use pnpm * Remove redundant npm dependency ignore for aa-demo-app in dependabot configuration
1 parent 9aaf037 commit 7294ae7

File tree

5 files changed

+11543
-15210
lines changed

5 files changed

+11543
-15210
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ updates:
5555
schedule:
5656
interval: "weekly"
5757

58-
# Explicitly ignore aa-demo-app dependencies
59-
- package-ecosystem: "npm"
60-
directory: "/tee-worker/omni-executor/aa-contracts/aa-demo-app"
61-
open-pull-requests-limit: 0
62-
6358
# GitHub Actions
6459
- package-ecosystem: github-actions
6560
directory: '/'

tee-worker/omni-executor/aa-contracts/aa-demo-app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This application demonstrates:
2525

2626
## Prerequisites
2727

28-
- Node.js 18+ and npm
28+
- Node.js 18+ and pnpm
2929
- [Foundry](https://book.getfoundry.sh/getting-started/installation) installed
3030
- A web3 wallet (MetaMask or similar)
3131
- Git
@@ -82,10 +82,10 @@ This creates/updates the `.env.local` file in the demo app with the correct cont
8282
cd aa-demo-app
8383

8484
# Install dependencies (first time only)
85-
npm install
85+
pnpm install
8686

8787
# Start the development server
88-
npm run dev
88+
pnpm dev
8989
```
9090

9191
Open [http://localhost:3000](http://localhost:3000) in your browser.

0 commit comments

Comments
 (0)