Skip to content

Commit 2ebd709

Browse files
hi-ogawaOpenCode (gpt-5.6-sol)
andcommitted
chore: integrate YouTube prototype workspace
Co-authored-by: OpenCode (gpt-5.6-sol) <noreply@opencode.ai>
1 parent b07a690 commit 2ebd709

6 files changed

Lines changed: 37 additions & 843 deletions

File tree

packages/youtube-external-audio/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/youtube-external-audio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pnpm test
2121
pnpm build
2222
```
2323

24-
`pnpm test:youtube` additionally builds and loads the extension in Chromium
25-
against a real YouTube watch page.
24+
After building, `pnpm test-e2e` loads the extension in Chromium against a real
25+
YouTube watch page.
2626

2727
Open `chrome://extensions`, enable Developer mode, choose **Load unpacked**,
2828
and select this repository's `dist` directory.

packages/youtube-external-audio/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"build": "tsc --noEmit && vite build",
7+
"build": "vite build",
8+
"typecheck": "tsc --noEmit",
9+
"lint": "pnpm typecheck",
810
"test": "vitest run",
9-
"test:youtube": "pnpm build && playwright test"
11+
"test-e2e": "playwright test"
1012
},
1113
"devDependencies": {
1214
"@playwright/test": "^1.61.1",
1315
"@types/node": "^26.1.1",
14-
"typescript": "^6.0.2",
15-
"vite": "^8.0.1",
16-
"vitest": "^4.0.18"
17-
},
18-
"packageManager": "pnpm@10.32.1"
16+
"typescript": "^7.0.2",
17+
"vite": "^8.1.4",
18+
"vitest": "^4.1.10"
19+
}
1920
}

0 commit comments

Comments
 (0)