Skip to content

Commit fa14d44

Browse files
committed
fix: config file
1 parent fbc0bd8 commit fa14d44

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

amplify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 1
2+
frontend:
3+
phases:
4+
preBuild:
5+
commands:
6+
- yarn install
7+
build:
8+
commands:
9+
- yarn run build
10+
artifacts:
11+
baseDirectory: build
12+
files:
13+
- "**/*"

0 commit comments

Comments
 (0)