Skip to content

Commit

Permalink
chore: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev committed Oct 2, 2024
1 parent 9b44145 commit f639476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit f639476

Please sign in to comment.