From 6c0f64e763a2a3cf72210bebf7279f7128ba1bd0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 23 Jun 2024 00:22:04 +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 e85ef42..4c3ec9f 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: "cdk-assets", + defaultReleaseBranch: 'main', + name: 'cdk-assets', projenrcTs: true, release: false,