github.com/pachyderm/pachyderm@v1.13.4/doc/serve.sh (about) 1 #!/bin/bash 2 3 set -e 4 5 if ! netlify --version; then 6 echo "You must install the netlify cli to test our docs build" 7 echo "Try running:" 8 echo "brew install npm" 9 echo "npm install netlify-cli -g" 10 fi 11 12 here="$(dirname "${0}")" 13 cd "${here}/.." 14 netlify dev