File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Configure your API key in the extension options before running the automation ta
147147``` bash
148148cd example/nodejs
149149pnpm install
150- pnpm run playwright # first time only, installs browsers
150+ pnpm playwright install # first time only, installs browsers
151151pnpm run build
152152OPENAI_API_KEY=... ANTHROPIC_API_KEY=... pnpm run start
153153```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments