Skip to content

Commit

Permalink
chore: more accurate health check
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 6, 2024
1 parent e6fe706 commit cfd96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dev": "pkg build --strict",
"lint": "eslint --cache .",
"prepack": "turbo run build",
"react-compiler-healthcheck": "pnpx react-compiler-healthcheck@latest ./src",
"react-compiler-healthcheck": "(cd src && pnpx react-compiler-healthcheck@latest)",
"test": "vitest --typecheck"
},
"browserslist": "extends @sanity/browserslist-config",
Expand Down

0 comments on commit cfd96a9

Please sign in to comment.