-
Notifications
You must be signed in to change notification settings - Fork 184
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
Add gulp module tagger tests #294
Add gulp module tagger tests #294
Conversation
6444e4c
to
5addc33
Compare
9a1e27c
to
26c4104
Compare
@@ -5,7 +5,7 @@ | |||
"main": "target/index.js", | |||
"scripts": { | |||
"prepublish": "gulp", | |||
"test": "gulp test && nsp check", |
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.
Despite many hours trying to resolve nsp advisories, I'm disabling it because its broken only on travis (the error looks like https://travis-ci.org/redfin/react-server/builds/139052220). I've filed a ticket with nodesecurity.io.
b5ea07f
to
455c9da
Compare
93b7fc0
to
ecb86ef
Compare
ecb86ef
to
820aea4
Compare
+1 |
@@ -15,3 +15,6 @@ addons: | |||
|
|||
before_script: | |||
- npm run bootstrap | |||
|
|||
after_failure: | |||
- npm run debug |
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.
Nice.
This is sweet. Thanks @doug-wade! |
* Cat npm-debug.logs on failure * Add gulp module tagger tests
#280 is getting too big for me to handle, so I'm breaking it up into smaller prs. Add regression tests to prevent errors while refactoring gulp-module-tagger. Includes #297