You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
Andy Newman edited this page Sep 22, 2016
·
1 revision
Implementing Whitesource in next node apps
Update to latest n-Makefie (to be confirmed when this PR is merged in)
Add the following to your app's package.json (devDependencies)
(These packages are currently not working due to line endings being Windows/DOS format rather than Unix)
"whitesource": "^0.3.2”
"ws-bower": "^1.0.2” (this is only required if you have bower components)
Add the following to your app's .gitignore
whitesource.npm.config.json
whitesource.bower.config.json (this is only required if you have bower components)
Running Reports
Reports will run as part of the deploy process in circle - but will not prevent the build’s completion if there are any errors.