Skip to content

Commit

Permalink
chore: fixed a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Oct 30, 2024
1 parent 3537d0a commit e0c56a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ project.preCompileTask.spawn(buildAppsync);
project.tasks.addTask('ci:deploy', {
description: 'For use by CI/CD: CDK deploys the synthesized stack in cdk.out directory, without requiring approval. NOT RECOMMENDED DEV/NON-PROD.',
exec: 'npx cdk --app ./cdk.out deploy --require-approval never',
})
});


//Commit friendly messages!
Expand Down

0 comments on commit e0c56a4

Please sign in to comment.