mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
build: fix publish.sh
This commit is contained in:
+2
-2
@@ -2,13 +2,13 @@
|
||||
|
||||
packages=(
|
||||
"y-indexeddb"
|
||||
"infra",
|
||||
"infra"
|
||||
"plugin-infra"
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
nx build $package
|
||||
cd "packages/$package"
|
||||
yarn build
|
||||
|
||||
if [ "$NIGHTLY" = "true" ]; then
|
||||
yarn npm publish --no-git-checks --tag nightly
|
||||
|
||||
Reference in New Issue
Block a user