big-moving.ru/api/soft/ajaxorg/amplify.yml

19 lines
352 B
YAML
Raw Normal View History

2022-06-24 15:29:23 +05:00
version: 0.1
frontend:
phases:
preBuild:
commands:
- npm install
# IMPORTANT - Please verify your build commands
build:
commands:
- make build
artifacts:
# IMPORTANT - Please verify your build output directory
baseDirectory: /
files:
- '**/*'
cache:
paths:
- node_modules/**/*