Fix GitHub issue with NPM dependency resolving in CI pipeline
Compare changes
+ 2
− 0
@@ -20,6 +20,7 @@ build:
@@ -32,6 +33,7 @@ lint:
This MR attempts to fix an issue with resolving a dependency from GitHub because git://
does not seem to be supported. (:
Solution slightly based on this: https://stackoverflow.com/questions/28361937/bower-fatal-unable-to-connect-to-github-com#32080571