diff --git a/scripts/vercel-staging-deploy.sh b/apps/web/scripts/vercel-staging-deploy.sh similarity index 54% rename from scripts/vercel-staging-deploy.sh rename to apps/web/scripts/vercel-staging-deploy.sh index 163d935261..994cf899dc 100755 --- a/scripts/vercel-staging-deploy.sh +++ b/apps/web/scripts/vercel-staging-deploy.sh @@ -3,9 +3,9 @@ if [ "$SKIP_APP_DIR" == "1" ]; then echo "Skipping app directory build" rm -rf \ - apps/web/app/\ - apps/web/components/PageWrapperAppDir.tsx\ - apps/web/lib/app-providers-app-dir.tsx\ - apps/web/.next/types/app/ + app/\ + components/PageWrapperAppDir.tsx\ + lib/app-providers-app-dir.tsx\ + .next/types/app/ fi if [ "$VERCEL_ENV" == "preview" ]; then exit 1; else exit 0; fi