From 62b968afb5584b52a15a4e3cf37bef2911a86a42 Mon Sep 17 00:00:00 2001 From: Addison Hardy Date: Tue, 6 Sep 2022 17:07:56 -0700 Subject: [PATCH 1/2] Add launch.yaml file to repo --- launch.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 launch.yaml diff --git a/launch.yaml b/launch.yaml new file mode 100644 index 00000000..6621e8aa --- /dev/null +++ b/launch.yaml @@ -0,0 +1,10 @@ +phases: + setup: + - npm ci + - npm run build-storybook +routes: + storybook: + route: / + type: static + options: + path: storybook_compiled From a0f4e60715406e94d989cbcfbb1621b28f81996c Mon Sep 17 00:00:00 2001 From: Addison Hardy Date: Tue, 6 Sep 2022 17:22:09 -0700 Subject: [PATCH 2/2] Try npm install --- launch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.yaml b/launch.yaml index 6621e8aa..615f107f 100644 --- a/launch.yaml +++ b/launch.yaml @@ -1,6 +1,6 @@ phases: setup: - - npm ci + - npm install - npm run build-storybook routes: storybook: