We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5a9bd commit bddb4d5Copy full SHA for bddb4d5
README.md
@@ -81,6 +81,16 @@ webpack --config build/webpack.config.js
81
82
The `NODE_ENV` environment variable will be set by `cross-env`
83
84
+You can set multiple environment variables at a time:
85
+
86
+```json
87
+{
88
+ "scripts": {
89
+ "build": "cross-env FIRST_ENV=one SECOND_ENV=two node ./my-program"
90
+ }
91
+}
92
+```
93
94
You can also split a command into several ones, or separate the environment
95
variables declaration from the actual command execution. You can do it this way:
96
0 commit comments