Skip to content

Commit

Permalink
chore: add example to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev committed Jul 23, 2024
1 parent 5468155 commit 5524c6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
npm ci
npm run build
- name: Build ASP.NET Core Integration app
working-directory: ./examples-standalone/kendoangular-aspnetcore-integration/ClientApp
run: |
npm ci
npm run lint
standalone-examples-node14:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5524c6c

Please sign in to comment.