mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
@@ -9,7 +9,7 @@ packages=(
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
yarn nx build $package
|
||||
cd "packages/$package"
|
||||
cd "packages/common/$package"
|
||||
|
||||
if [ "$NIGHTLY" = "true" ]; then
|
||||
yarn npm publish --no-git-checks --tag nightly
|
||||
|
||||
Reference in New Issue
Block a user