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 directories.bin key in package.json needs to be taken into account, and, if set, Volta should look for all files under the directory specified by directories.bin and add them to the manifest.bin list before exiting this function.
Binaries can also be set using
directories.bin
and not onlybin
.bats
is an example of it.https://docs.npmjs.com/cli/v7/configuring-npm/package-json#directoriesbin
To reproduce:
The above works fine when not using volta.
References bats-core/bats-core#430.
The text was updated successfully, but these errors were encountered: