-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: no more yeoman #519
feat: no more yeoman #519
Conversation
} | ||
|
||
this.ux.log(`${updating} package.json`); | ||
await writeFile(join(this.cwd, 'package.json'), JSON.stringify(this.pjson, null, 2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we had to normalize
this path to fix a bug recently might need to be carried over here too
QA Notes✅ : no ➜ plugin-dev git:(mdonnalley/no-yeoman)
➜ yarn why yeoman
yarn why v1.22.22
[1/4] 🤔 Why do we have the module "yeoman"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
error We couldn't find a match!
✨ Done in 0.24s.
➜ testing/bin/run.js hello:world
Hello World at Mon Jul 29 2024. ✅ : internal plugin correct
✅ : plugin checks performed and passed
✅ : previous checks |
What does this PR do?
dev generate command|library|plugin
)--dry-run
flag todev generate command|library|plugin
What issues does this PR fix or reference?
@W-16025394@