We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaba984 commit 9fe0ae8Copy full SHA for 9fe0ae8
1 file changed
.github/workflows/gh-pages.yml
@@ -46,9 +46,7 @@ jobs:
46
run: pnpm install --frozen-lockfile
47
48
- 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/
+ run: pnpm build:all
52
53
- name: Setup Pages
54
uses: actions/configure-pages@v5
0 commit comments