try without chmod +x

This commit is contained in:
martin-mfg
2025-10-04 14:26:00 +00:00
parent 234a3e3609
commit 46a9b085ed
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"buildCommand": "npm install && chmod +x ../vercel-preparation.sh && ../vercel-preparation.sh",
"buildCommand": "npm install && ../vercel-preparation.sh",
"redirects": [
{
"source": "/",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"buildCommand": "yarn build-trends",
"outputDirectory": "build",
"installCommand": "chmod +x ../vercel-preparation.sh && ../vercel-preparation.sh && yarn install"
"installCommand": "../vercel-preparation.sh && yarn install"
}
Regular → Executable
View File