Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: send args to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent a563d8a commit 3d851ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/yarn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "$CIRCLE_BRANCH" == greenkeeper/* ]]; then
greenkeeper-lockfile-update
fi

yarn install $CLI_ENGINE_UTIL_YARN_ARGS
yarn install $CLI_ENGINE_UTIL_YARN_ARGS "$@"

if [[ "$CLI_ENGINE_GREENKEEPER_BRANCH" == 1 ]]; then
greenkeeper-lockfile-upload
Expand Down

0 comments on commit 3d851ba

Please sign in to comment.