funquail/front/scripts/utils.sh

5 lines
102 B
Bash
Raw Normal View History

2022-11-18 22:12:21 +01:00
#!/usr/bin/env -S bash -eux
2021-04-07 07:18:17 +00:00
npm_binaries () {
command -v yarn > /dev/null && yarn bin || npm bin
}