Skip to content

Commit

Permalink
Migrate to base href and prod build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed Dec 16, 2024
1 parent 3664a45 commit 402df4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build the Angular app
- name: Build Angular app
run: pnpm run build
run: pnpm run ghbuild

# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"ghbuild": "ng build --prod --base-href https://silverlinings89.github.io/VirusSimulator/",
"test": "jest",
"e2e": "ng e2e",
"lint": "ng lint"
Expand Down

0 comments on commit 402df4f

Please sign in to comment.