Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 13, 2024
1 parent 2341197 commit 57d2964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generateTypedArtifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const fileNames = []

const glob = new Glob('test/contracts/out/**/*.json')
for await (const file of glob.scan('.')) {
if (file.includes('build-info')) continue

const fileName = file.split('/').pop()?.replace('.json', '')
if (fileNames.includes(fileName)) continue

Expand Down

0 comments on commit 57d2964

Please sign in to comment.