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 3a4c114 commit e61e1f0Copy full SHA for e61e1f0
.github/workflows/tests.yml
@@ -56,6 +56,9 @@ jobs:
56
- name: Run npm install
57
run: npm i --legacy-peer-deps --no-audit --no-fund
58
59
+ - name: Build React generator
60
+ run: npm run build --workspace=devextreme-react-generator
61
+
62
- name: Run devextreme-react-generator tests
63
run: npm run test --workspace=devextreme-react-generator
64
0 commit comments