Skip to content

Commit e0a25c3

Browse files
committed
chore: update grid performance to angular 21
1 parent ad89ea3 commit e0a25c3

File tree

5 files changed

+2383
-1734
lines changed

5 files changed

+2383
-1734
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
npm ci
7171
npm run build
7272
73+
- name: Build Grid Performance app
74+
working-directory: ./examples-standalone/grid-performance
75+
run: |
76+
npm ci
77+
npm run build
78+
7379
- name: Translation of Messages
7480
working-directory: ./examples-standalone/integration-i18n
7581
run: |

0 commit comments

Comments
 (0)