Skip to content

Commit cb3bbc8

Browse files
committed
...
1 parent cb65cc6 commit cb3bbc8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ jobs:
1616
1717
sed -i 's@"type": "module",@@' package.json
1818
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
"source": "Playground",
5555
"version": "0.24.0"
5656
}
57+
EOF
5758
- run: |
5859
cat <<EOF > package.json
5960
{

0 commit comments

Comments
 (0)