We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cross-env
1 parent 3bb4724 commit 0407266Copy full SHA for 0407266
package.json
@@ -21,7 +21,7 @@
21
"scripts": {
22
"build": "npm exec --package=swiftylab-ci -- build.js",
23
"xcodebuild": "npm exec --package=swiftylab-ci -- xcodebuild.js",
24
- "test": "npm exec --package=swiftylab-ci -- ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info test.js --parallel",
+ "test": "cross-env ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info npm exec --package=swiftylab-ci -- test.js --parallel",
25
"archive": "npm exec --package=swiftylab-ci -- archive.js",
26
"pod-lint": "npm exec --package=swiftylab-ci -- pod-lint.js",
27
"generate": "npm exec --package=swiftylab-ci -- generate.js",
0 commit comments