Skip to content

Commit 33be686

Browse files
smorimotoaugustobmoura
authored andcommitted
Fix path priority for global npm (#212)
* Fix path priority for global npm Signed-off-by: Sora Morimoto <[email protected]> * Remove bin/exec-path Signed-off-by: Sora Morimoto <[email protected]>
1 parent e0f4938 commit 33be686

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

bin/exec-path

Lines changed: 0 additions & 15 deletions
This file was deleted.

bin/list-bin-paths

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
echo "bin .npm/bin"
3+
echo ".npm/bin bin"

0 commit comments

Comments
 (0)