Skip to content

Commit

Permalink
add -W flag to ignore workspace root check
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 9, 2024
1 parent edf7542 commit 7e9087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/scripts/test-plugins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function clone_repo_test_extension_build() {
echo -e "\nInstalling newly built shell version\n"

# installing new version of shell
yarn add @rancher/shell@${SHELL_VERSION}
yarn add @rancher/shell@${SHELL_VERSION} -W

# test build-pkg
FORCE_COLOR=true yarn build-pkg $PKG_NAME | cat
Expand Down

0 comments on commit 7e9087e

Please sign in to comment.