Skip to content

Commit 2b92670

Browse files
committed
fixup
1 parent e8ca938 commit 2b92670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/amplify.yml renamed to amplify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ frontend:
33
phases:
44
preBuild:
55
commands:
6+
- cd src/app
67
- npm ci
78
build:
89
commands:
910
- npm run build
1011
artifacts:
11-
baseDirectory: build
12+
baseDirectory: src/app/build
1213
files:
1314
- '**/*'
1415
cache:

0 commit comments

Comments
 (0)