Skip to content

Commit

Permalink
chore: audit
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Feb 15, 2024
1 parent 3cb03e1 commit a2721b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ tilt-up:

tilt-down:
cd dev && GALOY_QUICKSTART_PATH="dev/vendor/galoy-quickstart" tilt down

# 16 is exit code for critical https://classic.yarnpkg.com/lang/en/docs/cli/audit
audit:
bash -c 'yarn audit --level critical; [[ $$? -ge 16 ]] && exit 1 || exit 0'

0 comments on commit a2721b8

Please sign in to comment.