You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need an integration test to ensure that the src/cli.ts file, once transpiled and linted, is always executable. The auto-license-headers lint seems to remove the #!.
An alternative is to ship a bin/cli.js file that is actually executable, has the #!, and only require("../dist/cli").
The text was updated successfully, but these errors were encountered:
Need an integration test to ensure that the src/cli.ts file, once transpiled and linted, is always executable. The auto-license-headers lint seems to remove the #!.
An alternative is to ship a
bin/cli.js
file that is actually executable, has the#!
, and onlyrequire("../dist/cli")
.The text was updated successfully, but these errors were encountered: