Skip to content

Commit

Permalink
fix(generator): adjust draft variant for standalone models
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT committed Dec 10, 2024
1 parent e9fd8a7 commit 7afd863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/src/new-test-model/new-test-model.generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export const newTestModelGenerator: CodeGenerator = {

const filePath = join(
outputPath,
'src',
`${modelCodename}-draft`,
generationType === 'standalone' ? 'src' : '',
template.templatePath
);
ensureDirectory(filePath);
Expand Down

0 comments on commit 7afd863

Please sign in to comment.