diff --git a/package.json b/package.json index be0255d..bb4badd 100644 --- a/package.json +++ b/package.json @@ -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",