Skip to content

Commit

Permalink
save build in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyace84 committed Jan 25, 2023
1 parent 108d72c commit 1f7d32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast-builder/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const makeBuild = async (

const sortedSources = sortASTByDependency(sourcesList, solcOutput);
updateDependices(fullSources, sortedSources, config);
const ph = path.join(config.root!, config.sourcesDir!, 'sortedSources.json');
const ph = path.join(config.root!, config.sourcesDir!, 'build/astBuild.json');
fs.writeFileSync(ph, JSON.stringify(sortedSources, null, 2));
solcOutput.sources = sortedSources;
const solcInput = createInput(solcOutput);
Expand Down

0 comments on commit 1f7d32f

Please sign in to comment.