Skip to content

Commit

Permalink
even moar verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
auroter committed Jan 23, 2025
1 parent d83386a commit 91702e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bonding-curves/app/routes/api.compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const action: ActionFunction = async ({ request }) => {
if (isProduction) {
// Run forge with explicit output path and verbose logging
console.log('Running forge build...')
compileResult = await execAsync(`forge build --force --sizes --out ${outDir} -vvv`)
compileResult = await execAsync(`forge build --force --sizes --out ${outDir} --contracts /app/contracts --lib /app/lib -vvv`)
console.log('Forge build complete')

// Log the contents of the output directory after compilation
Expand Down

0 comments on commit 91702e8

Please sign in to comment.