funkwhale/front/scripts/utils.sh

6 wiersze
102 B
Bash

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