From 4fad960df86363f2487abc534103e8440cf3df56 Mon Sep 17 00:00:00 2001 From: "john.schaap@kadaster.nl" Date: Tue, 9 Jul 2024 16:33:33 +0200 Subject: [PATCH] configure deploy --- viewer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer/package.json b/viewer/package.json index 2510be8b..594d3359 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -11,7 +11,7 @@ "build": "npm run format && npm run lint && ng build --configuration production --verbose --output-hashing none", "watch": "ng build --watch --configuration development", "test": "npx cypress info && npx cypress run --component", - "deploy": "ng build --configuration production --verbose && npm run ghpage", + "deploy": "npm run format && npm run lint && ng deploy --base-href=https://pdok.github.io/gokoala/ --name=JLSchaap --email=John.Schaap@Kadaster.nl", "ghpage": "angular-cli-ghpages --dir=dist/view-component/browser", "lint": "ng lint", "lintc": "eslint . --ext .ts",