Files
runner-images/images/linux/scripts/installers/vercel.sh
Dibir Magomedsaygitov 875891b86b [Ubuntu] Migrate missing tools tests to Pester (#2374)
* add missing tests

* fix naming and nvm test

* fix containers test and bring pwsh test back

* remove pwsh test

* small fix
2020-12-31 10:00:43 +03:00

13 lines
421 B
Bash

#!/bin/bash -e
################################################################################
## File: vercel.sh
## Desc: Installs the Vercel CLI
################################################################################
# Install the Vercel CLI
npm i -g vercel
echo "Creating the symlink for [now] command to vercel CLI"
ln -s /usr/local/bin/vercel /usr/local/bin/now
invoke_tests "CLI.Tools" "Vercel CLI"