Skip to content

Commit 342d182

Browse files
committed
chore(ci): build app on ci
1 parent 61a9107 commit 342d182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
npm ci
116116
npm run build
117117
118-
# Add a build step (npm run build)
119118
- name: Build Kendo React Freemium app
120119
working-directory: ./examples/kendo-react-freemium
121120
if: steps.changes.outputs.kendo-react-freemium == 'true'
122121
run: |
123122
npm ci
123+
npm run build
124124
125125
- name: Build Homepage demo app
126126
working-directory: ./examples/kendo-react-homepage-demo

0 commit comments

Comments
 (0)