From 0f65f1b3950d7a0beceb532f8f42984a55e8c54e Mon Sep 17 00:00:00 2001 From: Gabriel Pichot Date: Thu, 31 Aug 2023 02:57:19 +0200 Subject: [PATCH] feat: use pnpm --- scripts/build-template-express.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-template-express.ts b/scripts/build-template-express.ts index e884de2..977714b 100644 --- a/scripts/build-template-express.ts +++ b/scripts/build-template-express.ts @@ -17,7 +17,7 @@ async function buildTemplateExpress({ // Create the project await fs.mkdir(buildDir); - await runCommand("pnpm", ["init", "-y"], commandOptions); + await runCommand("pnpm", ["init"], commandOptions); // Add dependencies templateBuilder.packageJSON.addDevDependencies([