Skip to content

Commit cd80774

Browse files
committed
chore: add project to config and update themes
1 parent a00693f commit cd80774

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
npm ci
100100
npm run build
101101
102+
- name: Landing Page App
103+
working-directory: ./examples-standalone/kendoangular-landing-page
104+
run: |
105+
npm ci
106+
npm run build
107+
102108
standalone-examples-node14:
103109
runs-on: ubuntu-latest
104110

examples-standalone/bin/build-gh-pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Builds example projects and deploys them to GH Pages
4-
STANDALONE_PROJECTS=(finance-portfolio grid-charts-integration coffee-warehouse grid-live-data spreadsheet-app personal-finance-app)
4+
STANDALONE_PROJECTS=(finance-portfolio grid-charts-integration coffee-warehouse grid-live-data spreadsheet-app personal-finance-app kendoangular-landing-page)
55

66
set -e
77

examples-standalone/kendoangular-landing-page/angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"styles": [
3131
{
32-
"input": "node_modules/@progress/kendo-theme-default/dist/all.css"
32+
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue-a11y.scss"
3333
},
3434
"src/styles.css"
3535
],

0 commit comments

Comments
 (0)