Skip to content

Commit

Permalink
🔧 Enable envs check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 28, 2024
1 parent 9718ef2 commit 0923cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/client/env/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ export const env = createEnv({
NEXT_PUBLIC_UPGRADE_EXAMPLE_ORIGIN: process.env.NEXT_PUBLIC_UPGRADE_EXAMPLE_ORIGIN,
},

skipValidation: !!process.env.CI || !!process.env.SKIP_ENV_VALIDATION || process.env.npm_lifecycle_event === 'lint',
skipValidation: !!process.env.SKIP_ENV_VALIDATION || process.env.npm_lifecycle_event === 'lint',
});

0 comments on commit 0923cb1

Please sign in to comment.