Skip to content

Commit

Permalink
Merge pull request #7 from jacobwgillespie/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Nov 5, 2022
2 parents 972f888 + a21bdb2 commit 3b525a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func runScript(name string, args []string) error {
}

if pkg.Scripts == nil {
return fmt.Errorf("No scripts found")
pkg.Scripts = &map[string]string{}
}

binDirs := findBinDirs(cwd)
Expand Down

0 comments on commit 3b525a0

Please sign in to comment.