Skip to content

Commit 65f362c

Browse files
author
Azumi Kavafis
committed
Use the npm that is in PATH
1 parent ba37a65 commit 65f362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let run cmd args dir =
6464

6565
let npmTool =
6666
match isUnix with
67-
| true -> "/usr/local/bin/npm"
67+
| true -> "npm" // Use the npm that is in PATH
6868
| _ -> __SOURCE_DIRECTORY__ </> "packages/Npm.js/tools/npm.cmd"
6969

7070
let vsceTool =

0 commit comments

Comments
 (0)