Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yqni13 authored Jul 1, 2024
1 parent 9988013 commit b3876da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --deploy-url /portfolio/",
"build:prod": "ng build --configuration production --base-href https://yqni13.github.com/portfolio",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:prod": "ng test --browsers=ChromeHeadless --watch=false --code-coverage",
Expand Down Expand Up @@ -49,4 +49,4 @@
"typescript": "~5.4.2",
"typescript-eslint": "8.0.0-alpha.20"
}
}
}

0 comments on commit b3876da

Please sign in to comment.