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

Commit

Permalink
chore: typo in comment run-build-functions.sh
Browse files Browse the repository at this point in the history
Co-authored-by: ehmicky <ehmicky@users.noreply.github.com>
  • Loading branch information
JGAntunes and ehmicky authored Mar 1, 2021
1 parent 8ab88ae commit c4e3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ run_yarn() {
local workspace_output
local workspace_exit_code
# YARN_IGNORE_PATH will ignore the presence of a local yarn executable (i.e. yarn 2) and default
# to using the global one (which, for now, is alwasy yarn 1.x). See https://yarnpkg.com/configuration/yarnrc#ignorePath
# to using the global one (which, for now, is always yarn 1.x). See https://yarnpkg.com/configuration/yarnrc#ignorePath
workspace_output="$(YARN_IGNORE_PATH=1 yarn workspaces --json info )"
workspace_exit_code=$?
if [ $workspace_exit_code -eq 0 ]
Expand Down

0 comments on commit c4e3641

Please sign in to comment.