Skip to content

Commit a196b2b

Browse files
committed
chore(ci): add build step for kendo-unstyled-tailwind
1 parent ce8365f commit a196b2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ jobs:
147147
npm i
148148
npm run build
149149
150+
- name: Build React Unstyled Tailwind app
151+
working-directory: ./examples/kendo-unstyled-tailwind
152+
if: steps.changes.outputs.kendo-unstyled-tailwind == 'true'
153+
run: |
154+
npm i
155+
npm run build
156+
150157
- name: Build React Admin Dashboard app
151158
working-directory: ./examples/react-admin-dashboard
152159
if: steps.changes.outputs.react-admin-dashboard == 'true'

0 commit comments

Comments
 (0)