jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
Other
0 stars 0 forks source link

Strip extension of cli script #43

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

When used from within a package.json scripts script, yarn tries to work out what to do with it based on the extension. It doesn't recognize .sh extension.

This commit removes the .sh extension.

wesc commented 1 month ago

Dunno where it is in the commit but file permission should be executable, right?

jhugman commented 1 month ago

Dunno where it is in the commit but file permission should be executable, right?

Yes, it'll be in the initial commit that introduced the file.