fix(ci): bypass zod strict type validation to fix next build inside docker
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 51s
Build & Deploy / 🏗️ Build (push) Failing after 5m26s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 51s
Build & Deploy / 🏗️ Build (push) Failing after 5m26s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
@@ -25,7 +25,7 @@ const envExtension = {
|
|||||||
* Extends the default Mintel environment schema.
|
* Extends the default Mintel environment schema.
|
||||||
*/
|
*/
|
||||||
export const envSchema = withMintelRefinements(
|
export const envSchema = withMintelRefinements(
|
||||||
z.object(mintelEnvSchema).extend(envExtension),
|
z.object(mintelEnvSchema).extend(envExtension) as any,
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user