version: 1
frontend:
phases:
preBuild:
commands:
- npm ci
build:
- npm run build
artifacts:
# IMPORTANT - Please verify your build output directory
baseDirectory: build
files:
- '**/*'
cache:
paths:
- node_modules/**/*
No comments:
Post a Comment