diff --git a/scripts/main.sh b/scripts/main.sh index c29343f..358d7a4 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -8,7 +8,7 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) if [[ "$(jq 'has("workspaces")' package.json)" = "true" ]]; then echo "Notice: workspaces detected. Treating as monorepo." - yarn workspaces foreach --no-private --verbose exec "$script_path/publish.sh true" + yarn workspaces foreach --all --no-private --verbose exec "$script_path/publish.sh true" exit 0 fi