Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Oct 19, 2024
1 parent 61a8bb8 commit b36c1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { typescript } from "projen";
import { typescript } from 'projen';
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: "main",
name: "aws-cdk-cli-testing",
defaultReleaseBranch: 'main',
name: 'aws-cdk-cli-testing',
projenrcTs: true,
release: false,

Expand Down

0 comments on commit b36c1c3

Please sign in to comment.