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 cb65cc6 commit cb3bbc8Copy full SHA for cb3bbc8
.github/workflows/build.yml
@@ -16,8 +16,3 @@ jobs:
16
17
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
21
- with:
22
- name: lexicalplaygroundonlyassets
23
- path: dist/
.github/workflows/buildbug.yml
@@ -54,6 +54,7 @@ jobs:
54
"source": "Playground",
55
"version": "0.24.0"
56
}
57
+ EOF
58
- run: |
59
cat <<EOF > package.json
60
{
0 commit comments