diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fb36af1..784353a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,12 @@ jobs: run: | npm ci + - name: Build ASP.NET Core Integration app + working-directory: ./examples-standalone/kendoangular-java-integration/ClientApp + run: | + npm ci + npm run build + standalone-examples-node14: runs-on: ubuntu-latest diff --git a/examples-standalone/kendoangular-java-integration/readme.md b/examples-standalone/kendoangular-java-integration/readme.md index 8cef20b6..e50ab16a 100644 --- a/examples-standalone/kendoangular-java-integration/readme.md +++ b/examples-standalone/kendoangular-java-integration/readme.md @@ -43,7 +43,7 @@ Ensure you have the following tools installed on your machine: - **Navigate to the Frontend Directory**: ```bash - cd kendo-angular/examples-standalone/kendoangular-java-integration/frontend + cd kendo-angular/examples-standalone/kendoangular-java-integration/ClientApp ``` - **Install Project Dependencies**: