Skip to content

Commit 97ab988

Browse files
reactivated yarn install in build script
1 parent d9d7975 commit 97ab988

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Target.create "Yarn" (fun _ ->
315315
)
316316

317317
Target.create "PublishToElectron" (fun _ ->
318-
//yarn ["install"]
318+
yarn ["install"]
319319
if RuntimeInformation.IsOSPlatform OSPlatform.Windows then
320320
yarn ["dist"]
321321
//File.WriteAllBytes("Aardium/dist/Aardium-Linux-x64.tar.gz", [||]) |> ignore

PRODUCT_RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.1.1
1+
## 5.1.1
22
- added phobos/deimos/moon options in planet selection combo box.
33

44
## 5.1.0

0 commit comments

Comments
 (0)