Skip to content
Snippets Groups Projects
Commit 9f6a0efe authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

ci: use pnpm as package manager

parent cdc10bc3
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ export async function runCreateLlama( ...@@ -103,7 +103,7 @@ export async function runCreateLlama(
process.env.OPENAI_API_KEY || "testKey", process.env.OPENAI_API_KEY || "testKey",
appType, appType,
"--eslint", "--eslint",
"--use-npm", "--use-pnpm",
"--port", "--port",
port, port,
"--external-port", "--external-port",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment