Skip to content

Commit b044e81

Browse files
authored
Add Strapi integration work around (#161)
1 parent c92b09e commit b044e81

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

templates/croct/integration/strapi/template.json5

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"name": "execute-package",
5353
"command": "giget@latest",
5454
"arguments": [
55-
"gh:strapi/LaunchPad",
55+
"gh:strapi/LaunchPad#8ccb412934020a02c903f0aadfc0decff644d333",
5656
"${this.projectName}"
5757
]
5858
},
@@ -117,6 +117,12 @@
117117
{
118118
"name": "install"
119119
},
120+
{
121+
"name": "add-dependency",
122+
"dependencies": [
123+
"@strapi/types@5.19.0"
124+
]
125+
},
120126
{
121127
"name": "execute-package",
122128
"command": "seed",
@@ -129,6 +135,13 @@
129135
"name": "change-directory",
130136
"path": "../next"
131137
},
138+
{
139+
"name": "add-dependency",
140+
"development": true,
141+
"dependencies": [
142+
"husky"
143+
]
144+
},
132145
{
133146
"name": "add-dependency",
134147
"dependencies": [

0 commit comments

Comments
 (0)