build: fix publish.sh

This commit is contained in:
himself65
2023-06-19 11:18:54 +08:00
parent 5473a12c0e
commit 9512964366
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ packages=(
)
for package in "${packages[@]}"; do
nx build $package
yarn nx build $package
cd "packages/$package"
if [ "$NIGHTLY" = "true" ]; then