From e9e19a5b0ab43cb976917f44afef09117ce6b1ec Mon Sep 17 00:00:00 2001 From: mgdigital Date: Fri, 15 Mar 2024 15:28:41 +0000 Subject: [PATCH] Fix angular cli version (#220) --- .github/workflows/checks.yml | 1 - Taskfile.yml | 2 +- webui/dist/bitmagnet/index.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 89a02027..b5030db1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -115,7 +115,6 @@ jobs: node-version: 20.x - name: Install web app, apply database migrations, generate code and build web app run: | - npm install -g @angular/cli; \ (cd webui && npm ci); \ task migrate; \ task gen; \ diff --git a/Taskfile.yml b/Taskfile.yml index d3b95bd6..bdc0d630 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -29,7 +29,7 @@ tasks: build-webui: dir: ./webui cmds: - - ng build -c embedded + - npm run build -- -c embedded build-docsite: dir: ./bitmagnet.io diff --git a/webui/dist/bitmagnet/index.html b/webui/dist/bitmagnet/index.html index 02e7437c..cc5c84ac 100644 --- a/webui/dist/bitmagnet/index.html +++ b/webui/dist/bitmagnet/index.html @@ -8,7 +8,7 @@ - +