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 175ca21 commit 3900b4fCopy full SHA for 3900b4f
.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
13
14
- run: |
15
#cat samples/playground.lexical.json | npx ts-node lexical-cli-render.ts
16
+ npm install @nodejs-loaders/tsx
17
cat samples/playground.lexical.json | node --import=@nodejs-loaders/tsx lexical-cli-render.ts
18
19
# if does not use JSX/TSX imports, can use node instea of npx ts-node:
0 commit comments