Skip to content

Commit ea37cf7

Browse files
author
emoralesb05
committed
fix(): npm audit restriction
1 parent 8b0f14c commit ea37cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/travis-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ elif [ "${MODE}" = "release" ]; then
3838
elif [ "${MODE}" = "unit-test" ]; then
3939
npm run test
4040
elif [ "${MODE}" = "audit" ]; then
41-
npm audit
41+
npm audit --production --audit-level=high
4242
elif [ "${MODE}" = "a11y" ]; then
4343
npm run a11y
4444
fi

0 commit comments

Comments
 (0)