From b36c1c37ada186ed1f919bf15b8d6317ce25688f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 19 Oct 2024 00:06:21 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- .projenrc.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index dc55fc4..54a5186 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -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,