Skip to content

Commit

Permalink
Run pretest explicitly in build script (I guess Yarn 4 doesnt do that…
Browse files Browse the repository at this point in the history
… anymore)
  • Loading branch information
jwosty committed Dec 3, 2024
1 parent 517c46c commit 72a8b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ let TestDotNet _ =

let TestFable _ =
Trace.log " -- Running Fable tests --"
Yarn.exec "pretest" id
Yarn.exec "test" id

let Test _ = ()
Expand Down

0 comments on commit 72a8b42

Please sign in to comment.