diff --git a/scripts/ci/travis-script.sh b/scripts/ci/travis-script.sh index d187689c2..9ec48d169 100755 --- a/scripts/ci/travis-script.sh +++ b/scripts/ci/travis-script.sh @@ -38,7 +38,7 @@ elif [ "${MODE}" = "release" ]; then elif [ "${MODE}" = "unit-test" ]; then npm run test elif [ "${MODE}" = "audit" ]; then - npm audit + npm audit --production --audit-level=high elif [ "${MODE}" = "a11y" ]; then npm run a11y fi