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 d73d627 commit 5d2ed00Copy full SHA for 5d2ed00
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: |
15
cat samples/playground_without_emoji.lexical.json | node lexical-cli-render.ts
16
17
- sed -i 's@"type":"module",@@' package.json
+ sed -i 's@"type": "module",@@' package.json
18
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
19
20
- uses: actions/upload-artifact@v4
0 commit comments