Skip to content

Commit

Permalink
chore: build site before containerize
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Oct 11, 2023
1 parent aa82896 commit c0932c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ Target.create "Push" ignore
==> "Publish_Rebuilder"
==> "Containerize_Rebuilder"

"Site_Build"
==> "Vue_Build"
==> "Containerize_Site"


"Containerize"
==> "DockerLogin"
==> "PushContainer_Api"
Expand All @@ -291,6 +296,7 @@ Target.create "Containerize_All" ignore
==> "Containerize_Reporting"
==> "Containerize_KboMutations"
==> "Containerize_Rebuilder"
==> "Containerize_Site"
==> "Containerize_All"

// By default we build & test
Expand Down

0 comments on commit c0932c6

Please sign in to comment.