-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generator): using configFile in configPath to get the config file…
… name (#883) * fix(generator): using configFile in configPath Passing {configFile:configFile} to the env.run(generator) as second argument in packages/utils/modify-config.ts and using this property in generator class to get the configPath in generator class constructor in remove-generator.ts * fix(lint): added semicolon added semicolon in line 35 * fix(lint): remove blank line and added space removed the blank line and added space in env.run method 's second argument. * chore: removed the if-statement removed the if-statement and added space * fix(init): refractor the init-generator to fix entry issue Changed the init-generator code to fix the entry point issue when the entry point was answered * fix(init): refractor the init-generator to fix entry issue Changed the init-generator code to fix the entry point issue when the entry point was answered
- Loading branch information
1 parent
2b24329
commit fe31e65
Showing
3 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters