Skip to content

Commit

Permalink
Merge branch 'main' into feature/custom-loading-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Sep 13, 2024
2 parents 23fff74 + 9282d8e commit e9aba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildPages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ for i in "${array[@]}"
do
echo "Building $i docs ..."
npm run docs:$i
mkdir --parents ./pages/docs/$i
mkdir -p ./pages/docs/$i
mv ./packages/clients/$i/docs/* ./pages/docs/$i
done
echo "All docs built."
Expand Down

0 comments on commit e9aba63

Please sign in to comment.