Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Oct 4, 2024
1 parent aed5964 commit 8d6669d
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",
defaultReleaseBranch: 'main',
name: 'aws-cdk-cli',
projenrcTs: true,
release: false,

Expand Down

0 comments on commit 8d6669d

Please sign in to comment.