File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
kendoangular-landing-page Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66set -e
77
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments