Skip to content

Commit 11289d9

Browse files
committed
...
1 parent 163248f commit 11289d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildbug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
node-version: 23
1111
- run: |
12-
cat <<EOF > package.json
12+
cat << 'EOF' > package.json
1313
{
1414
"name": "lexical-cli-render",
1515
"type": "module",
@@ -74,7 +74,7 @@ jobs:
7474
# EOF
7575

7676
- run: |
77-
cat <<EOF > EmojiNode.tsx
77+
cat << 'EOF' > EmojiNode.tsx
7878
import type {
7979
EditorConfig,
8080
LexicalNode,
@@ -166,4 +166,4 @@ jobs:
166166
- run: |
167167
sed -i 's@"type": "module",@@' package.json
168168
cat EmojiNode.tsx
169-
#cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
169+
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts

0 commit comments

Comments
 (0)