-
Couldn't load subscription status.
- Fork 157
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels