yarn audit fix

This commit is contained in:
baldo 2022-07-11 11:12:44 +02:00
commit 16da719e2c
3 changed files with 337 additions and 12 deletions

6
nix/yarn-audit-fix Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
REPO=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
source "$REPO/nix/lib.inc.sh"
wrap "$REPO/node_modules/.bin/yarn-audit-fix" "$REPO" "$@"