Skip to content

Commit

Permalink
Merge branch 'test' into KANBAN-452
Browse files Browse the repository at this point in the history
  • Loading branch information
motenko authored Jan 16, 2024
2 parents 6a2cee3 + 8bd9b6f commit 8cc0a17
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1
frontend:
phases:
preBuild:
commands:
- mkdir dist
- nvm use
- npm install
build:
commands:
- NODE_ENV=$BUILD_ENV npm run build
artifacts:
baseDirectory: dist/apps/main-app
files:
- '**/*'

0 comments on commit 8cc0a17

Please sign in to comment.