Skip to content

Commit

Permalink
fix(): npm audit restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Dec 18, 2019
1 parent 8b0f14c commit ea37cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/travis-script.sh
Expand Up @@ -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
Expand Down

0 comments on commit ea37cf7

Please sign in to comment.