Skip to content

Commit

Permalink
chore(internal): temporarily disable updated for 3p clients
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Dec 20, 2024
1 parent 9fe69e0 commit 043674a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/build-all
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -exuo pipefail

bash ./scripts/build

for dir in packages/*; do
if [ -d "$dir" ]; then
(cd "$dir" && yarn install && yarn build)
fi
done
# temporarily disabled
# for dir in packages/*; do
# if [ -d "$dir" ]; then
# (cd "$dir" && yarn install && yarn build)
# fi
# done

0 comments on commit 043674a

Please sign in to comment.