Skip to content

Commit

Permalink
chore: add nextjs app
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 9, 2024
1 parent 8c36e20 commit 944ac24
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ jobs:
# npm ci
# npm run build

# Type errors
# - name: Build React Nextjs app
# working-directory: ./examples/kendo-react-nextjs
# run: |
# npm ci
# npm run build
- name: Build React Nextjs app
working-directory: ./examples/kendo-react-nextjs
run: |
npm ci
npm run build
# - name: Build React Nodejs Express app
# working-directory: ./examples/kendo-react-nodejs-express
Expand Down

0 comments on commit 944ac24

Please sign in to comment.