I need to run a shell script to post-process a downloaded file. The library I am trying to call in my shell script is gltf-transform, which has a CLI that can be installed by npm and also be executed by npx. What is the best approach in this case to make this work both locally (dev machine) as in the EC2 instance created by mup?