Skip to content

Commit

Permalink
Update packages/evidence/scripts/build-template.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Nov 25, 2024
1 parent 1110be2 commit 9206295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evidence/scripts/build-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fsExtra.outputFileSync(
}
// Suppress errors when building in non-debug mode
if (!isDebug() && process.env.IS_BUILDING === 'true') {
if (!isDebug() && process.env.EVIDENCE_IS_BUILDING === 'true') {
config.logLevel = 'silent';
logger.error = (msg) => log.error(msg);
logger.info = () => {};
Expand Down

0 comments on commit 9206295

Please sign in to comment.