Fish required to be installed to use watch script #8

Closed
opened 2020-10-21 08:17:13 +00:00 by koloml · 1 comment

Currently if I don't have fish installed on my PC (or my OS is damn Windows) then I'm unable to use watch script discribed in package.json. Wouldn't it be better to use some multi-platform solutions for watch script?

Currently if I don't have `fish` installed on my PC (or my OS is damn Windows) then I'm unable to use `watch` script discribed in `package.json`. Wouldn't it be better to use some multi-platform solutions for `watch` script?
koloml changed title from Fish required to be installed to use npm run watch command to Fish required to be installed to use watch script 2020-10-21 08:18:53 +00:00
Owner

Changed to use sh shell in a56c423. A true multi-platform solution will come in the future when the file watcher is built into the node build script.

Changed to use `sh` shell in a56c423. A true multi-platform solution will come in the future when the file watcher is built into the node build script.
Sign in to join this conversation.
No description provided.