Update build.yml

This commit is contained in:
2024-10-14 01:42:59 +02:00
committed by GitHub
parent 49b616f086
commit 59611f84b2

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install dependencies and build Angular app - name: Install dependencies and build Angular app
run: | run: |
cd ./tools cd ./tools
npm install npm install --force
npm run build npm run build
- name: Upload build artifacts - name: Upload build artifacts