Skip to content

Commit d027993

Browse files
committed
...
1 parent e9797d9 commit d027993

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

.github/workflows/buildbug.yml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -8,54 +8,6 @@ jobs:
88
- uses: actions/setup-node@v4
99
with:
1010
node-version: 23
11-
- run: |
12-
cat <<EOF > lexical.json
13-
{
14-
"editorState": {
15-
"root": {
16-
"children": [
17-
{
18-
"children": [
19-
{
20-
"detail": 0,
21-
"format": 0,
22-
"mode": "normal",
23-
"style": "",
24-
"text": "Welcome to the playground",
25-
"type": "text",
26-
"version": 1
27-
}
28-
],
29-
"direction": "ltr",
30-
"format": "",
31-
"indent": 0,
32-
"type": "heading",
33-
"version": 1,
34-
"tag": "h1"
35-
},
36-
{
37-
"detail": 0,
38-
"format": 0,
39-
"mode": "token",
40-
"style": "",
41-
"text": "🙂",
42-
"type": "emoji",
43-
"version": 1,
44-
"className": "emoji happysmile"
45-
}
46-
],
47-
"direction": "ltr",
48-
"format": "",
49-
"indent": 0,
50-
"type": "root",
51-
"version": 1
52-
}
53-
},
54-
"lastSaved": 1739541749446,
55-
"source": "Playground",
56-
"version": "0.24.0"
57-
}
58-
EOF
5911
#- run: |
6012
# cat <<EOF > package.json
6113
# {
@@ -213,4 +165,4 @@ jobs:
213165

214166
- run: |
215167
sed -i 's@"type": "module",@@' package.json
216-
cat lexical.json | npx ts-node lexical-cli-render-tsx.ts
168+
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts

0 commit comments

Comments
 (0)