mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-07 04:27:16 +03:00
7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Usage:
|
|
# ./scripts/upgrade-blocksuite.sh
|
|
# ./scripts/upgrade-blocksuite.sh --latest
|
|
|
|
pnpm up "@blocksuite/*" "!@blocksuite/icons" -r -i "$@"
|