mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +08:00
chore: add timed update workflow (#1214)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# Usage:
|
||||
# ./scripts/upgrade-blocksuite.sh --latest
|
||||
# ./scripts/upgrade-blocksuite.sh 0.4.0-20230209191848-0a912e3
|
||||
|
||||
if [ "$1" == "--latest" ]; then
|
||||
pnpm up "@blocksuite/*" "!@blocksuite/icons" -r -i --latest
|
||||
else
|
||||
pnpm up "@blocksuite/*@${1}" "!@blocksuite/icons" -r
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user