We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222ebda commit 5219beaCopy full SHA for 5219bea
packages/nx-plugin/src/plugin/target/targets.ts
@@ -29,7 +29,6 @@ export async function createTargets(normalizedContext: CreateTargetsOptions) {
29
{
30
[`${targetName}--configuration`]: await createConfigurationTarget({
31
projectName: normalizedContext.projectJson.name,
32
- bin,
33
}),
34
};
35
}
0 commit comments