File tree Expand file tree Collapse file tree 1 file changed +1
-49
lines changed
Expand file tree Collapse file tree 1 file changed +1
-49
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments