Skip to content

Commit 66cb3c9

Browse files
committed
fixing failing build for @data-driven-forms/react-renderer-demo
1 parent d1bee6a commit 66cb3c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: false
4949

5050
- name: Clear Jest cache
51-
run: npm run jest -- --clearCache
51+
run: npx jest --clearCache
5252

5353
- name: Run tests on affected projects
5454
run: npx nx affected --target=test --parallel=3 --coverage

packages/react-renderer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"private": true,
1313
"scripts": {
1414
"dev": "next src/",
15-
"build": "npm run generate:examples && npm run next build src/",
15+
"build": "npm run generate:examples && next build src/",
1616
"start": "next start src/",
1717
"analyze": "ANALYZE=true next build src/",
1818
"lint": "eslint ./src",

0 commit comments

Comments
 (0)