From f042c7d26dcb112a60fb57a2f7cf96dd120e261f Mon Sep 17 00:00:00 2001 From: Louis Poirier Date: Tue, 6 Feb 2024 15:14:50 +0100 Subject: [PATCH] ci: release without base-href for domain 'nativedb.red4ext.com'. --- .github/workflows/gh-pages.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fc05415..b8232b8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,7 +23,7 @@ jobs: node-version: '18' cache: 'npm' - run: npm ci - - run: npm run build:github --if-present + - run: npm run build --if-present - run: npm run test - uses: actions/upload-artifact@v4 with: diff --git a/package.json b/package.json index 7a17e9a..af28278 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "build:github": "ng build --base-href /cp2077-nativedb/", "postbuild": "gulp -f gulp.mjs compress-brotli", "prod": "npx http-server ./dist/browser/ --port 4400 --brotli -c-1", "watch": "ng build --watch --configuration development",