The family list: every game of the Kestrel's Nest in one file, shown in each game's about panel
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
6dce3b82f0
commit
e846ddedc4
@@ -4,6 +4,10 @@
|
||||
set -euo pipefail
|
||||
HOST="${1:?usage: deploy.sh <droplet-ip-or-host>}"
|
||||
|
||||
# The family list is the kit's; a game deploys with the kit's latest copy when the kit is beside it.
|
||||
KIT_FAMILY="$(dirname "$0")/../../game-kit/family.json"
|
||||
[ -f "$KIT_FAMILY" ] && cp "$KIT_FAMILY" static/family.json
|
||||
|
||||
npm run check
|
||||
npm run check:server
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user