Skip to content

Commit

Permalink
fix(release/1.19): stop syncing UI to main
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed May 5, 2023
1 parent 280dec0 commit 11e9eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ func (u UI) Sync() error {

// Deps installs UI deps
func (u UI) Deps() error {
mg.Deps(u.Sync)
// NOTE: we pinned this release branch (1.19) to an older version
// of the UI during build phase
// mg.Deps(u.Sync)
fmt.Println("Installing UI deps...")

// TODO: only install if package.json has changed
Expand Down

0 comments on commit 11e9eca

Please sign in to comment.