mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix(generator): fix redundant names
This commit is contained in:
@@ -77,7 +77,7 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
|
||||
generateFiles(tree, join(__dirname, 'files', 'readme'), appDirectory, {
|
||||
tmpl: '',
|
||||
projectName: names(options.name).name,
|
||||
appProjectName: appProjectName,
|
||||
appProjectName,
|
||||
title: options.title,
|
||||
challengeNumber,
|
||||
docRepository: options.docRepository,
|
||||
@@ -90,7 +90,7 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
|
||||
{
|
||||
tmpl: '',
|
||||
projectName: names(options.name).name,
|
||||
appProjectName: appProjectName,
|
||||
appProjectName,
|
||||
title: options.title,
|
||||
challengeNumber,
|
||||
difficulty,
|
||||
|
||||
Reference in New Issue
Block a user