You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue with my local development environment when running zapier build, it will fail on the first step:
✖ Copying project to temp directory
› Error: ENOENT: no such file or directory, stat
› 'hi'
FWIW, this file is in my .gitingore. It would be great if the filter for this step excluded those .gitignore files as well. I see it does this on zipping. Seems like this should occur much sooner.
To be honest, I am not sure why it needs to copy into a separate directory in the first place.
Thanks!
Reproduction Steps
Create a symlink to a file that does not exist: ln -s bye hi
Run zapier build
Zapier Platform version
15.3.0
Node.js version
v18.17.1
Your Operating System
macOS 13.5.2 (22G91)
npm/yarn version
No response
App ID
No response
More Details
No response
The text was updated successfully, but these errors were encountered:
cscorley
changed the title
[Bug]: zapier build does not follow symlinks when copying
[Bug]: zapier build follows invalid symlinks when copying
Sep 24, 2023
Bug Description
Hi team,
I'm running into an issue with my local development environment when running
zapier build
, it will fail on the first step:FWIW, this file is in my .gitingore. It would be great if the filter for this step excluded those
.gitignore
files as well. I see it does this on zipping. Seems like this should occur much sooner.To be honest, I am not sure why it needs to copy into a separate directory in the first place.
Thanks!
Reproduction Steps
ln -s bye hi
zapier build
Zapier Platform version
15.3.0
Node.js version
v18.17.1
Your Operating System
macOS 13.5.2 (22G91)
npm/yarn version
No response
App ID
No response
More Details
No response
The text was updated successfully, but these errors were encountered: