We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf79e3 commit ef5effbCopy full SHA for ef5effb
bin/postinstall
@@ -5,6 +5,6 @@ source "$(dirname "$0")/../lib/utils.sh"
5
6
if [ "$ASDF_SKIP_RESHIM" == "1" ]; then
7
echo "Run 'asdf reshim $(plugin_name) ${ASDF_INSTALL_VERSION:-$npm_config_node_version}' after installing the packages to reshim"
8
-else
+elif [[ ! -z `/usr/bin/env | grep "npm_package_bin"` ]]; then
9
asdf reshim "$(plugin_name)" "${ASDF_INSTALL_VERSION:-$npm_config_node_version}"
10
fi
0 commit comments