Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Gehbt/rolldown

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove root `build-binding[:release]` scripts (rolldown#597)

<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

In local, devs should always use `build[:release]` scripts to get latest changes both for node or rust. `build-binding[:release]` don't include copy `.node` files to dist, so devs may easily have a gotcha on running `build-binding:relase`.

### Test Plan

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---