mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: create challenge 50 on issues with effect (#841)
This commit is contained in:
@@ -120,7 +120,9 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
|
||||
|
||||
for (const lang of ['en', 'es', 'fr', 'pt', 'ru']) {
|
||||
const docs = tree
|
||||
.read(`./docs/src/content/docs/${lang === 'en' ? '' : lang}/index.mdx`)
|
||||
.read(
|
||||
`./docs/src/content/docs/${lang === 'en' ? '' : `${lang}/`}index.mdx`,
|
||||
)
|
||||
.toString();
|
||||
|
||||
const regex = new RegExp(
|
||||
|
||||
Reference in New Issue
Block a user