We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92b09e commit b044e81Copy full SHA for b044e81
1 file changed
templates/croct/integration/strapi/template.json5
@@ -52,7 +52,7 @@
52
"name": "execute-package",
53
"command": "giget@latest",
54
"arguments": [
55
- "gh:strapi/LaunchPad",
+ "gh:strapi/LaunchPad#8ccb412934020a02c903f0aadfc0decff644d333",
56
"${this.projectName}"
57
]
58
},
@@ -117,6 +117,12 @@
117
{
118
"name": "install"
119
120
+ {
121
+ "name": "add-dependency",
122
+ "dependencies": [
123
+ "@strapi/types@5.19.0"
124
+ ]
125
+ },
126
127
128
"command": "seed",
@@ -129,6 +135,13 @@
129
135
"name": "change-directory",
130
136
"path": "../next"
131
137
138
139
140
+ "development": true,
141
142
+ "husky"
143
144
132
145
133
146
"name": "add-dependency",
134
147
"dependencies": [
0 commit comments