Skip to content

Commit

Permalink
ci: use pnpm as package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Mar 19, 2024
1 parent cdc10bc commit 9f6a0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function runCreateLlama(
process.env.OPENAI_API_KEY || "testKey",
appType,
"--eslint",
"--use-npm",
"--use-pnpm",
"--port",
port,
"--external-port",
Expand Down

0 comments on commit 9f6a0ef

Please sign in to comment.