forgot npm install

This commit is contained in:
Kim 2023-10-23 14:51:13 +02:00
parent 1b47e7b157
commit 2d57dd18b3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- run: dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
- uses: actions/setup-node@v3
- run: |
npm install
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
- name: copy everything to Stage
run: |