try without chmod +x
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"buildCommand": "npm install && chmod +x ../vercel-preparation.sh && ../vercel-preparation.sh",
|
||||
"buildCommand": "npm install && ../vercel-preparation.sh",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user