opnform/amplify.yml

18 lines
275 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:
baseDirectory: client/.output
files:
- '**/*'
cache:
paths:
- client/node_modules/**/*