Skip to content

Commit 32080ca

Browse files
authored
Merge pull request #34 from BioNGFF/dannda-patch-1
Update build commands for viewer and app
2 parents be0cf98 + 735b45f commit 32080ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ghpages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install and Build 🔧
2222
run: |
2323
pnpm install
24-
pnpm run build
24+
pnpm --filter viewer run build
25+
pnpm --filter app run build --base /biongff-viewer/
2526
touch sites/app/dist/.nojekyll
2627
- name: Deploy 🚀
2728
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)