Skip to content

Commit

Permalink
feat: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gpichot committed Aug 31, 2023
1 parent 9a30f9e commit 0f65f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-template-express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 0f65f1b

Please sign in to comment.