Skip to content

Commit

Permalink
refactor: update scarb project script
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Dec 16, 2024
1 parent 58861ca commit b951a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-cairo/src/scripts/update-scarb-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function updateScarbProject() {
await fs.rm(generatedSourcesPath, { force: true, recursive: true });

// Generate the contracts source code
const contractNames = await writeGeneratedSources(generatedSourcesPath, 'all', true, 'Account');
const contractNames = await writeGeneratedSources(generatedSourcesPath, 'all', true);

// Generate lib.cairo file
writeLibCairo(contractNames);
Expand Down

0 comments on commit b951a03

Please sign in to comment.