Skip to content

Commit 4bf15e2

Browse files
committed
...
1 parent 2ed45f8 commit 4bf15e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildbug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
488488
- run: |
489489
cat > lexical-cli-render-tsx.ts << 'EOF'
490-
import { EmojiNode } from "./EmojiNode.tsx";
490+
import { EmojiNode } from "./EmojiNode";
491491
import { TextNode, $getRoot, $selectAll } from "lexical";
492492
import { createHeadlessEditor } from "@lexical/headless";
493493
import { $generateHtmlFromNodes } from "@lexical/html";
@@ -615,5 +615,5 @@ jobs:
615615
- run: npm install
616616

617617
- run: |
618-
#sed -i 's@"type": "module",@@' package.json
618+
sed -i 's@"type": "module",@@' package.json
619619
cat lexical.json | npx ts-node lexical-cli-render-tsx.ts

0 commit comments

Comments
 (0)