ea142a4dd
1 2 3 4 5 6 7 8 9 10 11 12
#!/usr/bin/env bash set -e set -u set -o pipefail if ! npm audit then ! npm audit --json > audit.json printf '%s\n' '' node .circleci/scripts/npm-audit-check.js fi