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
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
The text was updated successfully, but these errors were encountered:
The use case is I want to test the
install
script in package without publishing it remotely. However when I runyalc
thenyalc add
it packs all fine except the permissions are not retained.before
after
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
The text was updated successfully, but these errors were encountered: