fix: directory error when publish npm lib (#4735)

This commit is contained in:
Joooye_34 2023-10-27 15:08:54 +08:00 committed by GitHub
parent ae6376edee
commit 9fc0152cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,5 @@ for package in "${packages[@]}"; do
yarn npm publish
fi
cd ../../
cd ../../../
done