Skip to content

Commit c44d8f7

Browse files
authored
Merge branch 'eng-1995-add-roam-playwright-session-support' into eng-1996-add-roam-depot-extension-loader
2 parents b0545d4 + 41e5787 commit c44d8f7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/roam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "eslint . --fix",
1111
"publish": "tsx scripts/publish.ts",
1212
"playwright:load-extension": "tsx scripts/playwright/loadExtension.ts",
13-
"playwright:open": "tsx scripts/playwright/open-roam.ts",
13+
"playwright:open": "tsx scripts/playwright/openRoam.ts",
1414
"check-types": "tsc --noEmit --skipLibCheck",
1515
"test": "vitest run --config vitest.config.mts",
1616
"test:watch": "vitest --config vitest.config.mts"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
openRoamSession,
99
parseArgs,
1010
timestamp,
11-
} from "./roam-session";
11+
} from "./roamSession";
1212

1313
type OpenRoamResult = {
1414
ok: true;
File renamed without changes.

0 commit comments

Comments
 (0)