Skip to content

Commit

Permalink
fix: config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsome committed Apr 23, 2024
1 parent fbc0bd8 commit fa14d44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
frontend:
phases:
preBuild:
commands:
- yarn install
build:
commands:
- yarn run build
artifacts:
baseDirectory: build
files:
- "**/*"

0 comments on commit fa14d44

Please sign in to comment.