Skip to content

Commit 0436bb0

Browse files
authored
Merge pull request #32 from constructive-io/feat/skill-install-on-scaffold
feat: declare skills in workspace .boilerplate.json
2 parents d75c80c + 4266f01 commit 0436bb0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pgpm/workspace/.boilerplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
"optionsFrom": "licenses",
3333
"required": true
3434
}
35+
],
36+
"skills": [
37+
{
38+
"source": "constructive-io/constructive",
39+
"skills": ["pgpm"]
40+
}
3541
]
3642
}
3743

0 commit comments

Comments
 (0)