mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2025-12-28 06:34:17 +00:00
Fix angular cli version (#220)
This commit is contained in:
parent
f4dd740e15
commit
e9e19a5b0a
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -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; \
|
||||
|
||||
@ -29,7 +29,7 @@ tasks:
|
||||
build-webui:
|
||||
dir: ./webui
|
||||
cmds:
|
||||
- ng build -c embedded
|
||||
- npm run build -- -c embedded
|
||||
|
||||
build-docsite:
|
||||
dir: ./bitmagnet.io
|
||||
|
||||
2
webui/dist/bitmagnet/index.html
vendored
2
webui/dist/bitmagnet/index.html
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user