Skip to content

Commit

Permalink
fix: remove unnecessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Aug 18, 2023
1 parent 1823f1b commit fd4d5f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/generate/generate-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ export const executeGeneration = async (appPrefix = '~app', generatedPrefix = '~
debug('createGenericDataModelSchema');
createGenericDataModelSchema();

const createGetCodegenConfig = () => {
const templateName = './templates/getCodegenConfig.js';
const filePath = `${projectMainPath}/generated/graphql/`;
const fileName = 'getCodegenConfig.js';

saveRenderedTemplate(templateName, { appPrefix }, filePath, fileName);
};

debug('createGetCodegenConfig');
createGetCodegenConfig();
const modulesResolvedPath = path.join(projectMainPath, modulesPath);
const graphqlPaths = shelljs.ls(path.join(modulesResolvedPath, '**/*.graphql'));

Expand Down
3 changes: 0 additions & 3 deletions src/generate/templates/getCodegenConfig.js

This file was deleted.

0 comments on commit fd4d5f0

Please sign in to comment.