Skip to content

Commit dd71afa

Browse files
committed
...
1 parent 84ed3e9 commit dd71afa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
cat samples/playground_without_emoji.lexical.json | node lexical-cli-render.ts
1616
1717
sed -i 's@"type":"module",@@' package.json
18-
cat samples/playground.lexical.json | npx ts-node lexical-cli-render.tsx
18+
cat samples/playground.lexical.json | npx ts-node lexical-cli-render-tsx.ts
1919
2020
- uses: actions/upload-artifact@v4
2121
with:

0 commit comments

Comments
 (0)