yarn audit fix
This commit is contained in:
parent
9c55508970
commit
16da719e2c
3 changed files with 337 additions and 12 deletions
6
nix/yarn-audit-fix
Executable file
6
nix/yarn-audit-fix
Executable 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" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue