Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yalc does not retain file permissions #80

Closed
shirotech opened this issue Apr 17, 2019 · 3 comments
Closed

yalc does not retain file permissions #80

shirotech opened this issue Apr 17, 2019 · 3 comments

Comments

@shirotech
Copy link

The use case is I want to test the install script in package without publishing it remotely. However when I run yalc then yalc add it packs all fine except the permissions are not retained.

before

-rwxr-xr-x    1 van  staff    1126 Apr 17 23:42 sync.js

after

-rw-r--r--   1 van  staff    1126 Apr 17 23:44 sync.js

As you can see the execute permissions has been stripped, therefore I cannot execute my script as it's meant to.

When I run yarn install --force

It gives me this error

/bin/sh: ./sync.js: Permission denied
@metasean
Copy link

See issue #21, pr #61, & pr #63

Sadly, based on the number of open PRs, it looks like @whitecolor stopped maintaining this project last fall.

@wclr
Copy link
Owner

wclr commented May 6, 2019

@metasean Not at all. Will close the issue as soon release the fix.

@wclr wclr closed this as completed May 26, 2019
@syrepol
Copy link

syrepol commented May 19, 2022

still reproduces :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants