diff --git a/launch.yaml b/launch.yaml new file mode 100644 index 00000000..615f107f --- /dev/null +++ b/launch.yaml @@ -0,0 +1,10 @@ +phases: + setup: + - npm install + - npm run build-storybook +routes: + storybook: + route: / + type: static + options: + path: storybook_compiled