Skip to content

Commit 5e983dc

Browse files
committed
amplify.yml
1 parent 156f6da commit 5e983dc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

amplify.yml

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

0 commit comments

Comments
 (0)