mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
build: fix publish.sh
This commit is contained in:
@@ -7,7 +7,7 @@ packages=(
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
nx build $package
|
||||
yarn nx build $package
|
||||
cd "packages/$package"
|
||||
|
||||
if [ "$NIGHTLY" = "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user