Skip to content

Commit

Permalink
don't build playground for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Oct 10, 2024
1 parent 94001bc commit 4880075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
cd packages/core && npm run build
cd ../${{ matrix.adapter }} && npm run build
- name: Build Playground
run: |
cd playgrounds/${{ matrix.adapter }} && npm run build
# - name: Build Playground
# run: |
# cd playgrounds/${{ matrix.adapter }} && npm run build

0 comments on commit 4880075

Please sign in to comment.