Skip to content

Commit 2912c7e

Browse files
committed
fix: Fixed pf starter seed issue.
fix: Fixes issue with patternfly-startarter seed not building.
1 parent 3d0a15c commit 2912c7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/templates.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export const defaultTemplates: Template[] = [
1919
description: "A starter template for Patternfly react typescript project",
2020
repo: "https://github.com/patternfly/patternfly-react-seed.git",
2121
repoSSH: "git@github.com:patternfly/patternfly-react-seed.git",
22-
packageManager: "yarn"
22+
options: ["--single-branch", "--branch", "main"],
23+
packageManager: "npm"
2324
},
2425
{
2526
name: "compass-starter",

0 commit comments

Comments
 (0)