6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/bin/zsh
|
|
#dep:npm
|
|
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
|
|
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
|
|
$(next-in-path npm $0) $@
|