We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3424777 commit b079087Copy full SHA for b079087
test-integration/samples/gateway-app/.yo-rc.json
@@ -31,5 +31,8 @@
31
"version": "2.0.0"
32
}
33
]
34
+ },
35
+ "generator-jhipster-dotnetcore": {
36
+ "ciType": "Github"
37
38
test/templates/ngx-blueprint/.yo-rc.json
@@ -23,7 +23,8 @@
23
"jwtSecretKey": "147e04cf224f52908a60d7a2902e19e0648d0a8c52503b4624f1708478dd29ba2885a9bb823c85873a76b27964a90e22f1e8",
24
"clientFramework": "angularX",
25
"useSass": false,
26
- "clientPackageManager": "npm"
+ "clientPackageManager": "npm",
27
28
},
29
"generator-jhipster": {
30
"promptValues": {
@@ -44,8 +45,5 @@
44
45
"fr"
46
],
47
"blueprint": "generator-jhipster-dotnetcore"
- },
48
- "generator-jhipster-dotnetcore": {
49
- "ciType": "Github"
50
51
0 commit comments