Skip to content

Commit 6a64a2e

Browse files
committed
Fix path to npm tooling
1 parent 7ccd70a commit 6a64a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Paths.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module Tooling =
179179
type NpmTooling(npmId, binJs) =
180180
let modulePath = sprintf "%s/node_modules/%s" Paths.ToolsFolder npmId
181181
let binPath = sprintf "%s/%s" modulePath binJs
182-
let npm = sprintf "%s/%s" Paths.ToolsFolder Npm.Path
182+
let npm = Npm.Path
183183
do
184184
if doesNotExist modulePath then
185185
traceFAKE "npm module %s not found installing in %s" npmId modulePath

0 commit comments

Comments
 (0)