Skipping build step in Vercel #8448
Ali-Hussein-dev
started this conversation in
Show and Tell
Replies: 1 comment 1 reply
-
|
I just had this issue and the fix was to add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have three Nextjs apps in my Nx repo, to skip the build step, I added a shell script to every Nextjs app, (in total 3 scripts). What am I doing wrong?
Error message from Vercel
Running "./apps/kb-clients/ignore-vercel-build.sh"/bin/sh: ./apps/kb-clients/ignore-vercel-build.sh: Permission deniedError: Command failed with exit code 126: ./apps/kb-clients/ignore-vercel-build.shShell Script
Beta Was this translation helpful? Give feedback.
All reactions