We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de3c0d commit 04df9f9Copy full SHA for 04df9f9
Build/Build.fs
@@ -25,12 +25,11 @@ module Processes =
25
let sourceFolder = Path.getFullName """../src"""
26
let outputFolder = Path.getFullName """../nugetPackages"""
27
28
-let clientTestFolder = """../test/Safe.Client.Tests"""
+let clientTestFolder = Path.getFullName """../test/Safe.Client.Tests"""
29
30
let projects = [ "SAFE.Client"; "SAFE.Server" ]
31
32
Target.create "Test" (fun _ ->
33
- Npm.install (fun o -> {o with WorkingDirectory = clientTestFolder })
34
Npm.run "test" (fun o -> {o with WorkingDirectory = clientTestFolder })
35
)
36
0 commit comments