File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717 "build" : " rescript build && react-router build" ,
1818 "test" : " node scripts/test-examples.mjs && node scripts/test-hrefs.mjs" ,
1919 "reanalyze" : " reanalyze -all-cmt ." ,
20- "update-index" : " npm run generate-llms && node scripts/generate_feed.mjs > public/blog/feed.xml" ,
20+ "update-index" : " npm run generate-llms && && node scripts/generate_feed.mjs > public/blog/feed.xml" ,
2121 "sync-bundles" : " node scripts/sync-playground-bundles.mjs" ,
2222 "generate-llms" : " node scripts/generate_llms.mjs" ,
2323 "format" : " prettier . --write --experimental-cli && rescript format" ,
8383 "vite-plugin-devtools-json" : " ^1.0.0" ,
8484 "vite-plugin-env-compatible" : " ^2.0.1"
8585 }
86- }
86+ }
Original file line number Diff line number Diff line change @@ -131,9 +131,7 @@ let remarkLinkPlugin = (tree, vfile) => {
131131 let url = node ["url" ]
132132 let filePath =
133133 vfile ["history" ][0 ]-> Option .getOrThrow (
134- ~message = ` File path not found for vfile: ${JSON.stringifyAny(vfile)-> Option.getOr(
135- "unknown file" ,
136- )}` ,
134+ ~message = ` File path not found for vfile: ${node["url" ]}` ,
137135 )
138136
139137 // Direct links to the homepage are OK
You can’t perform that action at this time.
0 commit comments