Skip to content

Commit

Permalink
npm install for web
Browse files Browse the repository at this point in the history
  • Loading branch information
asadsahi committed Nov 24, 2023
1 parent bbd3220 commit 5af4c0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.100'
- name: Build
run: dotnet build AspNetCoreSpa.sln -c Release

- name: npm install
run: npm install
working-directory: src/Presentation/Web/ClientApp
- name: Publish
run: dotnet publish src/Presentation/Web/Web.csproj -c Release -o publish
- name: Deploy
Expand Down

0 comments on commit 5af4c0a

Please sign in to comment.