From 8e76d3b3e869b05bd9e1224fca313691fa2b4837 Mon Sep 17 00:00:00 2001 From: Benjamin Keating Date: Tue, 18 Jul 2023 17:41:35 -0500 Subject: [PATCH] ADDED amplify config --- amplify.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 amplify.yml diff --git a/amplify.yml b/amplify.yml new file mode 100644 index 0000000..25133af --- /dev/null +++ b/amplify.yml @@ -0,0 +1,16 @@ +version: 1 +frontend: + phases: + preBuild: + commands: + - npm install + build: + commands: + - npm run build + artifacts: + baseDirectory: dist + files: + - '**/*' + cache: + paths: + - node_modules/**/*