Added amplify file
This commit is contained in:
17
amplify.yml
Normal file
17
amplify.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
version: 1
|
||||||
|
frontend:
|
||||||
|
phases:
|
||||||
|
preBuild:
|
||||||
|
commands:
|
||||||
|
- cd client
|
||||||
|
- npm ci
|
||||||
|
build:
|
||||||
|
commands:
|
||||||
|
- npm run build
|
||||||
|
artifacts:
|
||||||
|
baseDirectory: client/.output
|
||||||
|
files:
|
||||||
|
- '**/*'
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- client/node_modules/**/*
|
||||||
Reference in New Issue
Block a user