Skip to content
Snippets Groups Projects
utils.sh 102 B
Newer Older
  • Learn to ignore specific revisions
  • rrrnld's avatar
    rrrnld committed
    #!/usr/bin/env bash -S -eux
    
    npm_binaries () {
      command -v yarn > /dev/null && yarn bin || npm bin
    }