Skip to content

Commit 5d2ed00

Browse files
committed
...
1 parent d73d627 commit 5d2ed00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)