funkwhale/front/scripts/utils.sh
2021-04-07 07:18:17 +00:00

5 lines
102 B
Bash

#!/usr/bin/env bash -S -eux
npm_binaries () {
command -v yarn > /dev/null && yarn bin || npm bin
}