Skip to content

Commit

Permalink
Add trailing slash to storybook on packaged paths
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Minehart <[email protected]>
  • Loading branch information
guicaulada and kminehart committed Jul 27, 2023
1 parent bd41660 commit 861ea41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var PackagedPaths = []string{
"plugins-bundled/",
"public/",
"npm-artifacts/",
"storybook",
"storybook/",
}

func PathsWithRoot(root string, paths []string) []string {
Expand Down

0 comments on commit 861ea41

Please sign in to comment.