We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9118d commit 77d9b2cCopy full SHA for 77d9b2c
src/scaffolder/scaffolder.js
@@ -156,7 +156,7 @@ export default async function (options) {
156
// });
157
158
return {
159
- badges: buildBadgesDetails([mergedContributions, liftResults]),
+ badges: buildBadgesDetails([mergedContributions/*, liftResults*/]),
160
documentation: scaffoldDocumentation({projectTypeResults, packageManager}),
161
tags: projectTypeResults.tags,
162
vcsIgnore: buildVcsIgnoreLists(mergedContributions.vcsIgnore),
0 commit comments