Releases: milewski/cross-os
Releases · milewski/cross-os
1.2.1
- Propagate exit code error if process fail
1.1.2
Added a colored warning if script not found for the current user OS
1.1.1
Added a way to specify the scripts in a separated section in your package.json
"cross-os": {
"bar": {
"darwin": "echo 'i will only run on Mac'",
"win32": "echo 'i will only run on Windows'",
"linux": "echo 'i will only run on Linux'"
}
}