Skip to content

Commit

Permalink
Temporarily disable vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Nov 1, 2023
1 parent 38a75fa commit 504f426
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
with:
bb: 'latest'

- name: 🔎 Build Squint with Vite
run: |
bb vite:build
bb squint:compile
# TODO: do we need it, move back, needs shadow build
# - name: 🔎 Build Squint with Vite
# run: |
# bb vite:build
# bb squint:compile

- name: 🔎 Build Squint static CDN Demo
run: bb squint:demo:build
Expand Down

0 comments on commit 504f426

Please sign in to comment.