Skip to content

Commit

Permalink
Fix angular cli version (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital authored Mar 15, 2024
1 parent f4dd740 commit e9e19a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks:
build-webui:
dir: ./webui
cmds:
- ng build -c embedded
- npm run build -- -c embedded

build-docsite:
dir: ./bitmagnet.io
Expand Down
2 changes: 1 addition & 1 deletion webui/dist/bitmagnet/index.html

Large diffs are not rendered by default.

0 comments on commit e9e19a5

Please sign in to comment.