chore: update prettier

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-04-12 15:22:06 +02:00
parent 0ffb6474e7
commit ab1b84fd16
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@ dist
dist-types
coverage
.vscode
packages/cli/src/lib/workspaces/templates

View File

@ -11,6 +11,7 @@ export const createWorkspace = async (opts: { name: string; cwd?: string }) => {
opts.name,
);
// eslint-disable-next-line no-restricted-syntax
const templatePath = join(__dirname, 'templates', 'workspace');
execSync(