Skip to content

Commit bee59e6

Browse files
committed
rename
1 parent 4fc4057 commit bee59e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/roam/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint .",
1010
"lint:fix": "eslint . --fix",
1111
"publish": "tsx scripts/publish.ts",
12-
"playwright:open": "tsx scripts/playwright/open-roam.ts",
12+
"playwright:open": "tsx scripts/playwright/openRoam.ts",
1313
"check-types": "tsc --noEmit --skipLibCheck",
1414
"test": "vitest run --config vitest.config.mts",
1515
"test:watch": "vitest --config vitest.config.mts"
@@ -91,4 +91,4 @@
9191
"react": "catalog:roam",
9292
"react-dom": "catalog:roam"
9393
}
94-
}
94+
}

apps/roam/scripts/playwright/openRoam.ts

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;

0 commit comments

Comments
 (0)