| What Currently, the circle CI repo for the cordova showcase application relies on the npm modules for auth and core. This is fine if not relying on new changes to the SDK which have not been published. If you rely on new unpublished changes, the build will never pass and therefore you will not be able to merge. Why So that we can test changes faster, and do not need to rely on publishing the npm modules for every little change. |