You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: yarn workspace eslint-plugin-react-hooks test
319
-
319
+
320
320
# ----- BUILD -----
321
321
build_and_lint:
322
322
name: yarn build and lint
@@ -567,7 +567,7 @@ jobs:
567
567
- name: Search build artifacts for unminified errors
568
568
run: |
569
569
yarn extract-errors
570
-
git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
570
+
git diff --exit-code || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
0 commit comments