Skip to content

Commit

Permalink
Merge branch 'main' into staging/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatrixCohere authored Aug 12, 2024
2 parents ce0ef80 + daf3c70 commit 19a5809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/assistants_web/src/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const env = createEnv({
NEXT_PUBLIC_HAS_CUSTOM_LOGO: process.env.NEXT_PUBLIC_HAS_CUSTOM_LOGO,
},
emptyStringAsUndefined: true,
skipValidation: ['lint', 'format', 'test', 'test:coverage', 'test:watch'].includes(
skipValidation: ['lint', 'format', 'test', 'test:coverage', 'test:watch', 'build'].includes(
process.env.npm_lifecycle_event
),
});

0 comments on commit 19a5809

Please sign in to comment.