We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc4057 commit bee59e6Copy full SHA for bee59e6
2 files changed
apps/roam/package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint .",
10
"lint:fix": "eslint . --fix",
11
"publish": "tsx scripts/publish.ts",
12
- "playwright:open": "tsx scripts/playwright/open-roam.ts",
+ "playwright:open": "tsx scripts/playwright/openRoam.ts",
13
"check-types": "tsc --noEmit --skipLibCheck",
14
"test": "vitest run --config vitest.config.mts",
15
"test:watch": "vitest --config vitest.config.mts"
@@ -91,4 +91,4 @@
91
"react": "catalog:roam",
92
"react-dom": "catalog:roam"
93
}
94
-}
+}
apps/roam/scripts/playwright/openRoam.ts
@@ -8,7 +8,7 @@ import {
8
openRoamSession,
parseArgs,
timestamp,
-} from "./roam-session";
+} from "./roamSession";
type OpenRoamResult = {
ok: true;
0 commit comments