Skip to content

Commit 944f0f8

Browse files
committed
chore: modify
1 parent b306f0d commit 944f0f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Configure your API key in the extension options before running the automation ta
147147
```bash
148148
cd example/nodejs
149149
pnpm install
150-
pnpm run playwright # first time only, installs browsers
150+
pnpm playwright install # first time only, installs browsers
151151
pnpm run build
152152
OPENAI_API_KEY=... ANTHROPIC_API_KEY=... pnpm run start
153153
```

example/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "dist/index.cjs",
66
"scripts": {
77
"build": "rollup -c",
8+
"init": "pnpm playwright install",
89
"start": "node dist/index.cjs",
9-
"dev": "pnpm run build && pnpm run start",
10-
"playwright": "pnpm playwright install"
10+
"dev": "pnpm run build && pnpm run start"
1111
},
1212
"author": "FellouAI",
1313
"license": "MIT",

0 commit comments

Comments
 (0)