Skip to content

Commit 0407266

Browse files
committed
wip: use cross-env for environment passing
1 parent 3bb4724 commit 0407266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"build": "npm exec --package=swiftylab-ci -- build.js",
2323
"xcodebuild": "npm exec --package=swiftylab-ci -- xcodebuild.js",
24-
"test": "npm exec --package=swiftylab-ci -- ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info test.js --parallel",
24+
"test": "cross-env ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info npm exec --package=swiftylab-ci -- test.js --parallel",
2525
"archive": "npm exec --package=swiftylab-ci -- archive.js",
2626
"pod-lint": "npm exec --package=swiftylab-ci -- pod-lint.js",
2727
"generate": "npm exec --package=swiftylab-ci -- generate.js",

0 commit comments

Comments
 (0)