From c9045e7d77944ff0fb7232a3c77680890a94ec86 Mon Sep 17 00:00:00 2001 From: SondreB Date: Tue, 11 Jun 2024 23:58:02 +0200 Subject: [PATCH] Revert some setup --- app/angular.json | 9 +-------- app/package.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app/angular.json b/app/angular.json index 49b16a8d..57e94375 100644 --- a/app/angular.json +++ b/app/angular.json @@ -104,14 +104,7 @@ } }, "deploy": { - "builder": "angular-cli-ghpages:deploy", - "options": { - "baseHref": "https://block-core.github.io/ariton/", - "dir": "dist/app", - "repo": "https://github.com/block-core/ariton.git", - "name": "Angular Schule Team", - "email": "team@angular.schule" - } + "builder": "angular-cli-ghpages:deploy" } } } diff --git a/app/package.json b/app/package.json index 7f17ea68..669f6666 100644 --- a/app/package.json +++ b/app/package.json @@ -7,7 +7,7 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "deploy": "ng deploy app" + "deploy": "ng deploy --repo https://github.com/block-core/ariton.git app --base-href '/ariton/' --dir dist/app --no-silent" }, "repository": { "type": "git",