2020-10-07 13:49:40 +05:00
|
|
|
#!/bin/bash -e
|
2020-08-06 14:01:25 -04:00
|
|
|
################################################################################
|
|
|
|
|
## File: netlify.sh
|
|
|
|
|
## Desc: Installs the Netlify CLI
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
# Install the Netlify CLI
|
|
|
|
|
npm i -g netlify-cli
|
|
|
|
|
|
2020-12-25 18:03:35 +03:00
|
|
|
invoke_tests "Tools" "Netlify"
|