Skip to content

Commit

Permalink
wip: use cross-env for environment passing
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Jan 7, 2023
1 parent df7dfc4 commit 6be6831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"build": "npm exec --package=swiftylab-ci -- build.js",
"xcodebuild": "npm exec --package=swiftylab-ci -- xcodebuild.js",
"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",
"archive": "npm exec --package=swiftylab-ci -- archive.js",
"pod-lint": "npm exec --package=swiftylab-ci -- pod-lint.js",
"generate": "npm exec --package=swiftylab-ci -- generate.js",
Expand Down

0 comments on commit 6be6831

Please sign in to comment.