Skip to content

Commit be288b4

Browse files
author
EC2 Default User
committed
add amplify config
1 parent 8daf268 commit be288b4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

amplify.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 0.1
2+
frontend:
3+
phases:
4+
preBuild:
5+
commands:
6+
- npm install
7+
# IMPORTANT - Please verify your build commands
8+
build:
9+
commands:
10+
- make build
11+
artifacts:
12+
# IMPORTANT - Please verify your build output directory
13+
baseDirectory: /
14+
files:
15+
- '**/*'
16+
cache:
17+
paths:
18+
- node_modules/**/*

0 commit comments

Comments
 (0)