opnform/amplify.yml

18 lines
284 B
YAML
Raw Normal View History

2024-01-03 19:31:55 +00:00
version: 1
frontend:
phases:
preBuild:
commands:
- cd client
- npm ci
build:
commands:
- npm run build
artifacts:
2024-01-03 19:42:39 +00:00
baseDirectory: client/.amplify-hosting
2024-01-03 19:31:55 +00:00
files:
- '**/*'
cache:
paths:
- client/node_modules/**/*