Skip to content

Commit

Permalink
ci: fix base-href
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Dec 12, 2024
1 parent ad51490 commit bfde3bf
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
Expand Up @@ -28,7 +28,7 @@
"test:demo": "jest --projects ./projects/demo",
"build": "ng build ngx-mat-timepicker --configuration=production",
"build:demo": "ng build demo --configuration=production",
"build:demo:gh-pages": "npm run build:demo -- --base-href https://alexfriesen.github.io/ngx-mat-timepicker/",
"build:demo:gh-pages": "npm run build:demo -- --base-href /ngx-mat-timepicker/",
"link": "npm link ./dist/ngx-mat-timepicker",
"publish": "npm publish ./dist/ngx-mat-timepicker --access=public",
"publish:beta": "npm publish ./dist/ngx-mat-timepicker --tag beta --access=public",
Expand Down

0 comments on commit bfde3bf

Please sign in to comment.