Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbechev committed Feb 21, 2024
1 parent f1206ee commit aedf3f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
npm ci
npm run build
- name: Build ASP.NET Core Data client app
working-directory: ./examples-standalone/aspnetcore-data/Client
run: |
npm ci
npm run build
standalone-examples-node14:
runs-on: ubuntu-latest

Expand All @@ -71,12 +77,6 @@ jobs:
npm ci
npm run lint
- name: Build ASP.NET Core Data client app
working-directory: ./examples-standalone/aspnetcore-data/ClientApp
run: |
npm ci
npm run lint
- name: Build ASP.NET Core Upload client app
working-directory: ./examples-standalone/aspnetcore-upload/ClientApp
run: |
Expand Down

0 comments on commit aedf3f2

Please sign in to comment.