Skip to content

Commit 04d124e

Browse files
authored
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 373c38e commit 04d124e

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)