Skip to content

Commit 4d0b2f3

Browse files
committed
...
1 parent 3aa7963 commit 4d0b2f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

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

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"moduleResolution": "node",
54
"esModuleInterop": true,
65
"target": "es6",
76
"jsx": "react"

0 commit comments

Comments
 (0)