Skip to content

Commit

Permalink
Support for previous commit. Add npm script for running danger to pac…
Browse files Browse the repository at this point in the history
…kage.json.
  • Loading branch information
tylermilner committed Apr 27, 2024
1 parent 5d7e65e commit 8b71b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +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",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
Expand Down

0 comments on commit 8b71b3d

Please sign in to comment.