Skip to content

Commit

Permalink
fix(kyb-app): amplify deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Oct 9, 2024
1 parent dbecc50 commit 00f940c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/kyb-app/amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 1
applications:
- frontend:
phases:
preBuild:
commands:
- npm install --legacy-peer-deps
build:
commands:
- "NODE_OPTIONS=--max-old-space-size=8192 npm run build"
artifacts:
baseDirectory: /dist
files:
- '**/*'
cache:
paths:
- node_modules/**/*
appRoot: apps/kyb-app

0 comments on commit 00f940c

Please sign in to comment.