Skip to content

Commit 4c1f448

Browse files
committed
bug: skip env validation to build on ci
1 parent be8d1e3 commit 4c1f448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/social-polling/src/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const env = createEnv({
4949
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially
5050
* useful for Docker builds.
5151
*/
52-
skipValidation: !!process.env.SKIP_ENV_VALIDATION,
52+
skipValidation: true,
5353
/**
5454
* Makes it so that empty strings are treated as undefined. `SOME_VAR: z.string()` and
5555
* `SOME_VAR=''` will throw an error.

0 commit comments

Comments
 (0)