Skip to content

Commit

Permalink
ADDED amplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Keating committed Jul 18, 2023
1 parent ac90d1a commit 8e76d3b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -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/**/*

0 comments on commit 8e76d3b

Please sign in to comment.