Skip to content

Commit e0c56a4

Browse files
committed
chore: fixed a missing semicolon
1 parent 3537d0a commit e0c56a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ project.preCompileTask.spawn(buildAppsync);
279279
project.tasks.addTask('ci:deploy', {
280280
description: 'For use by CI/CD: CDK deploys the synthesized stack in cdk.out directory, without requiring approval. NOT RECOMMENDED DEV/NON-PROD.',
281281
exec: 'npx cdk --app ./cdk.out deploy --require-approval never',
282-
})
282+
});
283283

284284

285285
//Commit friendly messages!

0 commit comments

Comments
 (0)