Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
chore: make audit (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Apr 18, 2023
1 parent dee10f1 commit 876d1f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ test:
yarn test

codegen:
yarn dev:codegen
yarn dev:codegen

# 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 876d1f8

Please sign in to comment.