From 3e23828997fdee36228c51cb36286ce34ae3613b Mon Sep 17 00:00:00 2001 From: Evan Yamanishi Date: Sun, 10 Sep 2023 12:45:53 -0400 Subject: [PATCH] chore: check in amplify build config --- amplify.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 amplify.yml diff --git a/amplify.yml b/amplify.yml new file mode 100644 index 000000000..08faaa72a --- /dev/null +++ b/amplify.yml @@ -0,0 +1,19 @@ +version: 1 +frontend: + phases: + preBuild: + commands: + - nvm use $VERSION_NODE_18 + - npm ci --cache .npm + build: + commands: + - npm run build:sassdoc + - npm run build:stories + - npm run build:docs + artifacts: + baseDirectory: /public + files: + - "**/*" + cache: + paths: + - .npm