We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8365f commit a196b2bCopy full SHA for a196b2b
.github/workflows/ci.yml
@@ -147,6 +147,13 @@ jobs:
147
npm i
148
npm run build
149
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
+
157
- name: Build React Admin Dashboard app
158
working-directory: ./examples/react-admin-dashboard
159
if: steps.changes.outputs.react-admin-dashboard == 'true'
0 commit comments