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

version-bump.mjs could use async file ops for speed up #52

Open
polyipseity opened this issue Mar 10, 2023 · 0 comments
Open

version-bump.mjs could use async file ops for speed up #52

polyipseity opened this issue Mar 10, 2023 · 0 comments

Comments

@polyipseity
Copy link

polyipseity commented Mar 10, 2023

version-bump.mjs could be faster if async file operations and Promise.all() are used.

Right now it waits for manifest.json to be written before reading and writing versions.js. But the latter only needs manifest.json to be read.

However, I worry that this might make it harder for less experienced developers to use this template.

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

No branches or pull requests

1 participant