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: speed up build process #79

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

alexzhang1030
Copy link
Member

As the pnpm docs says, stream build will follow topological sorting, and build parallelly by sub-processes. This will save a LOT of time on build execution time.

Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for vue-vine ready!

Name Link
🔨 Latest commit 6b66990
🔍 Latest deploy log https://app.netlify.com/sites/vue-vine/deploys/662728999fb6830008fb76a3
😎 Deploy Preview https://deploy-preview-79--vue-vine.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ShenQingchuan
Copy link
Member

@alexzhang1030

I need to run a full test for this buils script, The reason of using sequential commands is I need to gurantee some core packages like compiler and language server are built before Vite plugin an VSCode extension.

But I still want to thank you very much for your contribution !!

@ShenQingchuan
Copy link
Member

It seems like pnpm is aware of those packages' dependency relations, and that's done !!

@ShenQingchuan ShenQingchuan merged commit 6a3b9d2 into vue-vine:main Apr 25, 2024
8 checks passed
@alexzhang1030 alexzhang1030 deleted the chore/speed-build branch May 20, 2024 06:18
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

3 participants