Skip to content

Commit

Permalink
fix: deployment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rengert committed Jun 25, 2022
1 parent 4381102 commit e040b7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
"src/**/*.html"
]
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
},
Expand Down Expand Up @@ -127,9 +130,6 @@
"projects/components/**/*.html"
]
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lib": "ng build components",
"debug": "ng build components && ng serve",
"build-lib": "npm run tailwind && ng build components",
"lint": "ng lint"
"lint": "ng lint",
"deploy": "ng deploy --base-href=https://bolzplatzarena.github.io/Components/"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit e040b7c

Please sign in to comment.