Fix angular cli version (#220)

This commit is contained in:
mgdigital 2024-03-15 15:28:41 +00:00 committed by GitHub
parent f4dd740e15
commit e9e19a5b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -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; \

View File

@ -29,7 +29,7 @@ tasks:
build-webui:
dir: ./webui
cmds:
- ng build -c embedded
- npm run build -- -c embedded
build-docsite:
dir: ./bitmagnet.io

File diff suppressed because one or more lines are too long