Skip to content

Commit d62a756

Browse files
committed
chore: update CI workflows for @browserkit-dev scope
Made-with: Cursor
1 parent c1f4a32 commit d62a756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm install --frozen-lockfile
2727

2828
- name: Install Patchright Chromium
29-
run: pnpm --filter @browserkit/core exec patchright install chromium --with-deps
29+
run: pnpm --filter @browserkit-dev/core exec patchright install chromium --with-deps
3030

3131
- name: Build
3232
run: pnpm build
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm test
3636

3737
# E2E: checkout adapter-hackernews and link it into the workspace for E2E tests.
38-
# The adapter uses workspace:* for @browserkit/core so pnpm links it automatically.
38+
# The adapter uses workspace:* for @browserkit-dev/core so pnpm links it automatically.
3939
- name: Checkout adapter-hackernews for E2E
4040
uses: actions/checkout@v4
4141
with:
@@ -47,11 +47,11 @@ jobs:
4747
node -e "
4848
const fs = require('fs');
4949
const pkg = JSON.parse(fs.readFileSync('packages/adapter-hackernews/package.json'));
50-
pkg.devDependencies['@browserkit/core'] = 'workspace:*';
50+
pkg.devDependencies['@browserkit-dev/core'] = 'workspace:*';
5151
fs.writeFileSync('packages/adapter-hackernews/package.json', JSON.stringify(pkg, null, 2));
5252
"
5353
pnpm install --no-frozen-lockfile
54-
pnpm --filter @browserkit/adapter-hackernews build
54+
pnpm --filter @browserkit-dev/adapter-hackernews build
5555
5656
- name: Test (E2E smoke)
5757
run: pnpm test:e2e

0 commit comments

Comments
 (0)