keycloakify 11.8.52 → 11.8.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/97.index.js +2 -1
- package/package.json +1 -1
- package/src/bin/tools/gitUtils.ts +2 -1
package/bin/97.index.js
CHANGED
@@ -761,7 +761,8 @@ const getIsKnownByGit = runExclusive.build(groupRef, (params) => {
|
|
761
761
|
dIsKnownByGit.resolve(false);
|
762
762
|
return;
|
763
763
|
}
|
764
|
-
|
764
|
+
// For building without git
|
765
|
+
dIsKnownByGit.resolve(false);
|
765
766
|
});
|
766
767
|
return dIsKnownByGit.pr;
|
767
768
|
});
|
package/package.json
CHANGED