7.1.1 • Published 2 years ago

cross-env-os v7.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Set env only for specific platform, available choices are Linux,Windows_NT,Darwin. Support set min node version by minVersion

{
  "scripts": {
    "build": "cross-env-os os=\"Linux,Windows_NT\" minVersion=17 NODE_ENV=production webpack --config build/webpack.config.js"
  }
}