Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-anthonym authored Nov 15, 2023
1 parent d17c03d commit ec8a4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
path: 'KenticoInspector.WebApplication\ClientApp'
path: .\KenticoInspector.WebApplication\ClientApp

- run: npm i
working-directory: KenticoInspector.WebApplication\ClientApp
working-directory: .\KenticoInspector.WebApplication\ClientApp
- run: npm run build
working-directory: KenticoInspector.WebApplication\ClientApp
working-directory: .\KenticoInspector.WebApplication\ClientApp


# build the application
Expand Down

0 comments on commit ec8a4f9

Please sign in to comment.