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 @@ - +