Skip to content

Commit

Permalink
Merge pull request #358 from nulib/amplify-build-tweak
Browse files Browse the repository at this point in the history
Add current build command config to Terraform
  • Loading branch information
kdid authored Aug 14, 2024
2 parents 361a714 + 3df86ed commit 1ccd535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "aws_amplify_app" "dc-next" {
- npm ci --force
build:
commands:
- npm run test:ci && npm run prettier:check && npm run build
- npm run test:ci && npm run build
artifacts:
baseDirectory: .next
files:
Expand Down

0 comments on commit 1ccd535

Please sign in to comment.