Skip to content

Commit

Permalink
chore(repo): nx format
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Mar 28, 2022
1 parent c4e761b commit 26614df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/utilities/buildable-libs-utils.ts
Expand Up @@ -208,7 +208,7 @@ export function checkDependentProjectsHaveBeenBuilt(
targetName,
projectDependencies
);
if (missing.length === projectDependencies.length && missing.length > 0) {
if (missing.length === projectDependencies.length && missing.length > 0) {
console.error(stripIndents`
It looks like all of ${projectName}'s dependencies have not been built yet:
${missing.map((x) => ` - ${x.node.name}`).join('\n')}
Expand Down

0 comments on commit 26614df

Please sign in to comment.