We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ed3e9 commit dd71afaCopy full SHA for dd71afa
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
cat samples/playground_without_emoji.lexical.json | node lexical-cli-render.ts
16
17
sed -i 's@"type":"module",@@' package.json
18
- cat samples/playground.lexical.json | npx ts-node lexical-cli-render.tsx
+ cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
19
20
- uses: actions/upload-artifact@v4
21
with:
lexical-cli-render.tsx lexical-cli-render-tsx.tslexical-cli-render.tsx renamed to lexical-cli-render-tsx.ts
0 commit comments