Skip to content

Commit 094a327

Browse files
2 parents 05697ba + 3657562 commit 094a327

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)