Skip to content

Commit

Permalink
add build script for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlb committed Aug 8, 2024
1 parent c65a007 commit c2ea0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:ghpages": "ng build --configuration production --base-href=https://dmlb.github.io/covid-care/",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"serve:ssr:covid-care": "node dist/covid-care/server/server.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/app/page-not-found/page-not-found.component.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:host() {
:host {
height: 70vh;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c2ea0f8

Please sign in to comment.