another build fix

This commit is contained in:
Michał Zieliński
2025-06-02 17:41:09 +02:00
parent 63c60afa7e
commit 4c734b1a69
3 changed files with 10156 additions and 9054 deletions

View File

@@ -22,9 +22,12 @@ jobs:
- name: Install Angular CLI
run: npm install -g @angular/cli
- name: Install PNPM
run: npm install -g pnpm
- name: Install dependencies
working-directory: src/Frontend
run: npm ci
run: pnpm install
- name: Build Angular
working-directory: src/Frontend
@@ -34,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: frontend
path: Frontend/dist
path: src/Frontend/dist
build-backend:
runs-on: ubuntu-latest

10151
src/Frontend/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff