Skip to content

Commit

Permalink
Merge branch 'master' into alpine-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 authored Jul 25, 2023
2 parents 8f7ae7c + 7018a18 commit 2a21581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/yarn.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Create golang code to build the UI
func yarnBinary() string {
return binaryWithExt("yarn")
return "yarn"
}

func yarnRun(args ...string) error {
Expand Down

0 comments on commit 2a21581

Please sign in to comment.