Skip to content

Commit

Permalink
πŸ› use valid path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 20, 2023
1 parent 3e51177 commit 5b6dd00
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 @@ -26,7 +26,7 @@
"test": "ng test",
"build": "ng build ngx-mat-timepicker --configuration=production",
"build:demo": "ng build ngx-mat-timepicker-repo --configuration=production",
"build:demo:gh-pages": "yarn build:demo --base-href https://alexfriesen.github.io/ngx-mat-timepicker",
"build:demo:gh-pages": "yarn build:demo --base-href https://alexfriesen.github.io/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 5b6dd00

Please sign in to comment.