File tree 3 files changed +8
-2
lines changed
kendoangular-landing-page
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 99
99
npm ci
100
100
npm run build
101
101
102
+ - name : Landing Page App
103
+ working-directory : ./examples-standalone/kendoangular-landing-page
104
+ run : |
105
+ npm ci
106
+ npm run build
107
+
102
108
standalone-examples-node14 :
103
109
runs-on : ubuntu-latest
104
110
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# 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 )
5
5
6
6
set -e
7
7
Original file line number Diff line number Diff line change 29
29
],
30
30
"styles" : [
31
31
{
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 "
33
33
},
34
34
" src/styles.css"
35
35
],
You can’t perform that action at this time.
0 commit comments