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 515686c commit 41f1ee5Copy full SHA for 41f1ee5
1 file changed
.blueprint/generate-sample/command.mjs
@@ -16,7 +16,6 @@
16
* See the License for the specific language governing permissions and
17
* limitations under the License.
18
*/
19
-import { GENERATOR_APP } from 'generator-jhipster/generators';
20
import { getGithubSamplesGroup, getGithubSamplesGroups } from 'generator-jhipster/testing';
21
22
const DEFAULT_SAMPLES_GROUP = 'samples';
@@ -76,7 +75,7 @@ const command = {
76
75
},
77
78
options: {},
79
- import: [GENERATOR_APP],
+ import: ['jhipster:app'],
80
};
81
82
export default command;
0 commit comments