client-finder/install.sh

8 lines
138 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
# Always fetch latest git dependencies
rm -rf node_modules/@clawd
npm install