Skip to content

Commit 83abf2b

Browse files
committed
...
1 parent 11289d9 commit 83abf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildbug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,12 @@ jobs:
159159
const node = new EmojiNode(className, emojiText).setMode('token');
160160
return $applyNodeReplacement(node);
161161
}
162+
162163
EOF
163164
164165
- run: npm install
165166

166167
- run: |
167168
sed -i 's@"type": "module",@@' package.json
168169
cat EmojiNode.tsx
169-
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
170+
#cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts

0 commit comments

Comments
 (0)