Skip to content

Commit 2bcfcc7

Browse files
Update packages/nx-plugin/src/plugin/target/targets.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent a754393 commit 2bcfcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nx-plugin/src/plugin/target/targets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type CreateTargetsOptions = {
1313
projectRoot: string;
1414
createOptions: CreateNodesOptions;
1515
};
16+
1617
export async function createTargets(normalizedContext: CreateTargetsOptions) {
1718
const {
1819
targetName = CP_TARGET_NAME,

0 commit comments

Comments
 (0)