Skip to content

Commit 4880075

Browse files
committed
don't build playground for now
1 parent 94001bc commit 4880075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
cd packages/core && npm run build
3636
cd ../${{ matrix.adapter }} && npm run build
3737
38-
- name: Build Playground
39-
run: |
40-
cd playgrounds/${{ matrix.adapter }} && npm run build
38+
# - name: Build Playground
39+
# run: |
40+
# cd playgrounds/${{ matrix.adapter }} && npm run build

0 commit comments

Comments
 (0)