Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoran committed Dec 18, 2020
1 parent 9e3485a commit 8be9410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ func main() {
if err != nil {
return packit.BuildResult{}, err
}
layer.Build = true
layer.Launch = true

layer.Build = true
layer.Launch = true

// At this point we are performing the process of installing the yarn cli.
// As those details are not important to the explanation of the packit API,
Expand Down

0 comments on commit 8be9410

Please sign in to comment.