This node package will play a sweet sound when the things go wrong
npx sweet-warningor
npm install -g sweet-warning sweet-warningPlay the default sound once
npx sweet-warningPlay the default sound how many times you want
npx sweet-warning --repeat <times>e.g
npx sweet-warning --repeat 5Play the default sound until ...
npx sweet-warning --infiniteUsing in a node project
// package.json
{
"name": "test",
"scripts": {
"build": "tsc || npx sweet-warning"
}
}
You can also set a custom sound using a .wav file and the --filepath flag
npx sweet-warning --filename ./meu-deus-do-ceu-berg.wav