react-native-builder-bob icon indicating copy to clipboard operation
react-native-builder-bob copied to clipboard

Is it possible to pass env variable to command script?

Open chj-damon opened this issue 3 years ago • 0 comments

Ask your Question

I want to pass environment variables to build script, like:

  "scripts": {
    "build": "cross-env production=TRUE bob build"
  },

can I do that?

chj-damon avatar Aug 18 '21 06:08 chj-damon