Skip to content

Commit 9fe0ae8

Browse files
committed
ci: fix build
1 parent eaba984 commit 9fe0ae8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
run: pnpm install --frozen-lockfile
4747

4848
- name: Build demo for GitHub Pages
49-
run: |
50-
pnpm --filter dnd-manager-demo exec tsc --noEmit
51-
pnpm --filter dnd-manager-demo exec vite build --base=/dnd-manager/
49+
run: pnpm build:all
5250

5351
- name: Setup Pages
5452
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)