Skip to content

Commit

Permalink
Merge pull request #5 from benev0/feature
Browse files Browse the repository at this point in the history
updated prod command for root page
benev0 authored Sep 19, 2024
2 parents 2963981 + e08e4d6 commit a630c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href=/github-site/",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},

0 comments on commit a630c4a

Please sign in to comment.