diff --git a/build-in-production.sh b/build-in-production.sh index b0700b2..209770d 100755 --- a/build-in-production.sh +++ b/build-in-production.sh @@ -7,7 +7,7 @@ export VITE_BUILD_VERSION=$RENDER_GIT_COMMIT export VITE_BUILD_HASH=$RENDER_GIT_COMMIT # Install dependencies -pnpm i +CI=0 pnpm i # Rebuild sharp pnpm rebuild