Skip to content

Commit

Permalink
feat(nx-spring-boot): add install target to cacheable operations
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Oct 22, 2023
1 parent 9fb5177 commit 341aa6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function projectGenerator(
addFormattingWithSpotless(tree, normalizedOptions);
}

addPluginToNxJson(NX_SPRING_BOOT_PKG, tree);
addPluginToNxJson(NX_SPRING_BOOT_PKG, tree, 'install');
}

export default projectGenerator;

0 comments on commit 341aa6a

Please sign in to comment.