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.
2 parents 3899f87 + a748567 commit 8d1cf9fCopy full SHA for 8d1cf9f
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- 'examples/react-grid-live-data/**'
66
kendo-react-tailwind:
67
- 'examples/kendo-react-tailwind/**'
68
- kendo-react-unstyled-tailwind-v4:
+ kendo-unstyled-tailwind-v4:
69
- 'examples/kendo-unstyled-tailwind-v4/**'
70
71
- name: Build Coffee warehouse nextjs app
@@ -205,7 +205,7 @@ jobs:
205
npm run build
206
- name: Build Kendo React Unstyled Tailwind v4 app
207
working-directory: ./examples/kendo-unstyled-tailwind-v4
208
- if: steps.changes.outputs.kendo-react-unstyled-tailwind-v4 == 'true'
+ if: steps.changes.outputs.kendo-unstyled-tailwind-v4 == 'true'
209
run: |
210
npm ci
211
0 commit comments