forgot npm install
This commit is contained in:
parent
1b47e7b157
commit
2d57dd18b3
|
@ -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
|
- 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
|
- uses: actions/setup-node@v3
|
||||||
- run: |
|
- run: |
|
||||||
|
npm install
|
||||||
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
|
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
|
||||||
- name: copy everything to Stage
|
- name: copy everything to Stage
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue