Skip to content

Commit

Permalink
chore: add vite sample app to github page
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Nov 15, 2024
1 parent dc5b438 commit 61caaba
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 811 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ updates:
labels:
- "Dependencies"

- package-ecosystem: "npm"
directory: "/examples/ecommerce-jewellery-store"
schedule:
interval: "daily"
groups:
kendo-dependencies:
patterns:
- '@progress/kendo-*'
allow:
- dependency-name: '@progress/kendo-*'
commit-message:
prefix: "chore:"
reviewers:
- "telerik/kendo-react-devs"
- "telerik/kendo-react-support"
labels:
- "Dependencies"

- package-ecosystem: "npm"
directory: "/examples/kendo-react-build-a-sales-dashboard"
schedule:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
filters: |
coffee-warehouse-nextjs:
- 'examples/coffee-warehouse-nextjs/**'
ecommerce-jewellery-store:
- 'examples/ecommerce-jewellery-store/**'
kendo-react-build-a-sales-dashboard:
- 'examples/kendo-react-build-a-sales-dashboard/**'
kendo-react-file-manager:
Expand Down Expand Up @@ -63,6 +65,13 @@ jobs:
npm ci
npm run build
- name: Build Ecommerce jewellery store vite app
working-directory: ./examples/ecommerce-jewellery-store
if: steps.changes.outputs.ecommerce-jewellery-store == 'true'
run: |
npm ci
npm run build
- name: Build A Sales Dashboard app
working-directory: ./examples/kendo-react-build-a-sales-dashboard
if: steps.changes.outputs.kendo-react-build-a-sales-dashboard == 'true'
Expand Down
Loading

0 comments on commit 61caaba

Please sign in to comment.