{ …, "scripts": { "postinstall": "type espeak > /dev/null 2>&1
&& espeak "npm install is done."", }, … }
1 reply
@coderbyheart improved: "{ type espeak
>/dev/null 2>&1 && espeak "npm install is done. Get back to
work"; } || { return 0; }",
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
{ …, "scripts": { "postinstall": "type espeak > /dev/null 2>&1
&& espeak "npm install is done."", }, … }
@coderbyheart improved: "{ type espeak
>/dev/null 2>&1 && espeak "npm install is done. Get back to
work"; } || { return 0; }",