From 861ea41fdd3ffd1e37581a415c3b21162696ba49 Mon Sep 17 00:00:00 2001 From: Guilherme Caulada Date: Thu, 27 Jul 2023 13:46:40 -0300 Subject: [PATCH] Add trailing slash to storybook on packaged paths Co-authored-by: Kevin Minehart --- pipelines/package.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/package.go b/pipelines/package.go index 1aa9e713..b97f5b4d 100644 --- a/pipelines/package.go +++ b/pipelines/package.go @@ -28,7 +28,7 @@ var PackagedPaths = []string{ "plugins-bundled/", "public/", "npm-artifacts/", - "storybook", + "storybook/", } func PathsWithRoot(root string, paths []string) []string {