Skip to content

Commit

Permalink
Update develop-workflow.yml
Browse files Browse the repository at this point in the history
npm path cleanup
  • Loading branch information
DieselTech authored May 22, 2024
1 parent ccd7b8c commit 6089569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
node-version: 20
cache: 'npm'
cache-dependency-path: UI/Web/package-lock.json
- run: npm ci
- run: npm run prod
- run: rsync -a dist/ ../../API/wwwroot/
- run: cd UI/Web/ | npm ci
- run: cd UI/Web/ | npm run prod
- run: cd UI/Web/ | rsync -a dist/ ../../API/wwwroot/

- name: Get csproj Version
uses: kzrnm/get-net-sdk-project-versions-action@v2
Expand Down

0 comments on commit 6089569

Please sign in to comment.