Skip to content

Commit

Permalink
Force cache clear on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Nov 22, 2023
1 parent 20642b9 commit 87eea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const main = async () => {

// Build with forge
console.log('Building contracts')
await exec('forge build --extra-output-files metadata')
await exec('forge build --extra-output-files metadata --force')
console.log('Contracts built')

await mkdir(BUILD_DIR, { recursive: true })
Expand Down

0 comments on commit 87eea5e

Please sign in to comment.