From 5b6dd0090ac1c430d380e98535436dc97d4bcd66 Mon Sep 17 00:00:00 2001 From: Alexander Friesen Date: Mon, 20 Nov 2023 11:23:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20use=20valid=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",