-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
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
Snyk protect prime time #1656
Snyk protect prime time #1656
Conversation
9659105
to
d8a68e3
Compare
packages/snyk-protect/package.json
Outdated
"build": "tsc" | ||
"build": "tsc", | ||
"test": "npm run test:package", | ||
"test:package": "npm run test:unit && npm run test:acceptance", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
take out test:package
and just make test
call npm run test:unit && npm run test:acceptance
d8a68e3
to
083216b
Compare
a532996
to
87c4ec4
Compare
87c4ec4
to
69cd590
Compare
Expected release notes (by @maxjeffos) features: others (will not be included in Semantic-Release notes):
|
What does this PR do?