We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm test
gulp test
gulp audit:security
The text was updated successfully, but these errors were encountered:
It should be the opposite way around. npm test should be the default command that runs the default gulp task.
Sorry, something went wrong.
That too
Running snyk test from node's spawn runs into permission issues.
snyk test
Closing in favor of #3576
No branches or pull requests
Current behavior
npm test
runs snyk npm package vulnerability scan.Expected behavior
gulp audit:security
is run, the snyk vulnerability scan is run.The text was updated successfully, but these errors were encountered: