Skip to content

Commit

Permalink
Added amplify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flashburst committed Mar 8, 2024
1 parent 6db4786 commit e36f373
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions amplify.yml
@@ -0,0 +1,17 @@
version: 1
frontend:
phases:
preBuild:
commands:
- nvm use 18
- yarn install
build:
commands:
- yarn run build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- node_modules/**/*

0 comments on commit e36f373

Please sign in to comment.