Skip to content

Commit

Permalink
Set failOnErrors flag to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermilner committed Apr 27, 2024
1 parent f16cc8b commit fc033bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bundle": "npm run format:write && npm run package",
"ci-test": "npx jest",
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
"danger": "npx danger ci --failOnErrors",
"danger": "npx danger ci --failOnErrors=true",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
Expand Down

0 comments on commit fc033bf

Please sign in to comment.