mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
ci: remove publish job (#5135)
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
packages=(
|
||||
"y-indexeddb"
|
||||
"y-provider"
|
||||
"infra"
|
||||
"sdk"
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
yarn nx build $package
|
||||
cd "packages/common/$package"
|
||||
|
||||
if [ "$NIGHTLY" = "true" ]; then
|
||||
yarn npm publish --no-git-checks --tag nightly
|
||||
else
|
||||
yarn npm publish
|
||||
fi
|
||||
|
||||
cd ../../../
|
||||
done
|
||||
Reference in New Issue
Block a user