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

script to migrate yarn to npm #92

Merged
merged 8 commits into from
Mar 29, 2023
Merged

script to migrate yarn to npm #92

merged 8 commits into from
Mar 29, 2023

Conversation

electricgull
Copy link
Contributor

No description provided.

@electricgull electricgull requested a review from a team as a code owner March 10, 2023 16:41
}

//Create github branch
await createYarn2NpmBranch(repoName, dir, org)

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (93% of all statements in [the enclosing function](1) have an explicit semicolon).
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

encoding: 'utf8',
flag: 'r',
})
.toString().replace(/yarn/g,'npm run')

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (93% of all statements in [the enclosing function](1) have an explicit semicolon).
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@electricgull electricgull merged commit b399756 into main Mar 29, 2023
@electricgull electricgull deleted the yarn2npm branch March 29, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants