We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creating npm scripts that use bash is not cross-platform, but defining npm scripts that run a Node.js script IS.
Migrate from .sh scripts to .js scripts so they can be called with node on any platform
.sh
.js
node