version: 1
frontend:
phases:
preBuild:
commands:
- yarn install --ignore-engines
build:
- yarn run build
artifacts:
baseDirectory: build
files:
- '**/*'
cache:
paths:
- node_modules/**/*
No comments:
Post a Comment