mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 07:51:45 +03:00
build: fix publish.sh
This commit is contained in:
parent
c5eb16139f
commit
03c0b6b364
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user