Ensure node paths are appended to existing $PATH
parent
ca2e3edb97
commit
9735ad7b5c
|
|
@ -1,7 +1,7 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'Node.js helper functions'
|
about-plugin 'Node.js helper functions'
|
||||||
|
|
||||||
pathmunge ./node_modules/.bin
|
pathmunge "./node_modules/.bin" "after"
|
||||||
|
|
||||||
# Make sure the global npm prefix is on the path
|
# Make sure the global npm prefix is on the path
|
||||||
[[ `which npm` ]] && pathmunge $(npm config get prefix)/bin
|
[[ `which npm` ]] && pathmunge "$(npm config get prefix)/bin" "after"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue