shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
961 stars 31 forks source link

fix(cli): add shebang to cli script #30

Closed lordelogos closed 11 months ago

lordelogos commented 11 months ago

Component / Package Name:

This PR contains:

Are tests included?

Breaking Changes?

If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

Add shebang at the beginning of a script. It's a special line that tells the operating system how to execute the script. In this case, it's commonly used in Node.js scripts.