Skip to content

Commit

Permalink
fix: remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Nov 2, 2022
1 parent bcb3ef7 commit ccc3833
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,13 @@ export const adminModelgen = async (context: $TSContext, resources: $TSAny[]): P
const relativeTempOutputDir = 'amplify-codegen-temp';
const absoluteTempOutputDir = path.join(pathManager.findProjectRoot(), relativeTempOutputDir);
const forceJSCodegenProjectConfig = {
projectName: 'tempCodegen',
version: '3.1',
frontend: 'javascript',
javascript: {
framework: 'none',
config: {
SourceDir: relativeTempOutputDir,
DistributionDir: 'dist',
BuildCommand: 'npm run-script build',
StartCommand: 'npm run-script start',
},
},
providers: [
'awscloudformation',
],
};
const originalStdoutWrite = process.stdout.write;
try {
Expand Down

0 comments on commit ccc3833

Please sign in to comment.