opnform-host-nginx/amplify.yml

18 lines
284 B
YAML
Raw Permalink Normal View History

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