-
Notifications
You must be signed in to change notification settings - Fork 4
/
amplify.yml
35 lines (34 loc) · 928 Bytes
/
amplify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 1
applications:
- appRoot: frappe-gantt
frontend:
phases:
preBuild:
commands:
- 'yarn install'
build:
commands:
- 'yarn build'
artifacts:
baseDirectory: build
files:
- '**/*'
cache:
paths:
- 'node_modules/**/*'
- appRoot: orgchart
frontend:
phases:
preBuild:
commands:
- 'yarn install'
build:
commands:
- 'yarn build'
artifacts:
baseDirectory: build
files:
- '**/*'
cache:
paths:
- 'node_modules/**/*'