Skip to content
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

chore: Fix create-module and promote-module #660

Merged
merged 3 commits into from May 19, 2020

Conversation

NicholasBoll
Copy link
Member

The API of mkdirp changed with version 1.0 from callbacks to promises, but we didn't update our use-cases. The change of version was in #531. I tested this with a new module

@NicholasBoll NicholasBoll added the ready for review Code is ready for review label May 19, 2020
@NicholasBoll NicholasBoll added this to In Progress in Current Sprint (7/20 - 8/9) via automation May 19, 2020
@NicholasBoll NicholasBoll moved this from In Progress to Needs Review in Current Sprint (7/20 - 8/9) May 19, 2020
@NicholasBoll NicholasBoll added 4.x bug Something isn't working labels May 19, 2020
@@ -59,8 +59,10 @@ inquirer
const react = targets.includes('React');
const componentPath = path.join(cwd, unstable ? `modules/_labs/${name}` : `modules/${name}`);

console.log(name, unstable, targets, componentPath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to keep this console.log?

Copy link
Member

@alanbsmith alanbsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦓

@cypress
Copy link

cypress bot commented May 19, 2020



Test summary

343 0 1 0


Run details

Project canvas-kit
Status Passed
Commit 3a7cb2a ℹ️
Started May 19, 2020 6:16 PM
Ended May 19, 2020 6:19 PM
Duration 03:51 💡
OS Linux Ubuntu Linux - 18.04
Browser Electron 80

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

Co-authored-by: Alan B Smith <alanbsmith@users.noreply.github.com>
@NicholasBoll NicholasBoll merged commit 25ebd14 into Workday:prerelease/v4 May 19, 2020
Current Sprint (7/20 - 8/9) automation moved this from Needs Review to Done May 19, 2020
@NicholasBoll NicholasBoll deleted the fix/module-scripts branch May 19, 2020 20:19
@anicholls anicholls mentioned this pull request Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x bug Something isn't working ready for review Code is ready for review
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants