Skip to content

Commit df7dfc4

Browse files
committed
wip: reposition env arguments for windows
1 parent 9dff93e commit df7dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info npm exec --package=swiftylab-ci -- test.js --parallel",
24+
"test": "npm exec --package=swiftylab-ci -- ASYNCOBJECTS_ENABLE_LOGGING_LEVEL=info 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)