From 65f37b834a559caa9261f1e9115d11198c26f4b9 Mon Sep 17 00:00:00 2001 From: Arthur Granado Date: Wed, 8 Apr 2020 17:26:34 +0100 Subject: [PATCH] chore: include sudo for install tfx-cli --- scripts/ci-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-deploy.sh b/scripts/ci-deploy.sh index 383453e4..adf8e085 100755 --- a/scripts/ci-deploy.sh +++ b/scripts/ci-deploy.sh @@ -27,7 +27,7 @@ PWD=$(pwd) echo "PWD: ${PWD}" echo "Installing tfx-cli globally..." -npm install -g tfx-cli@0.7.11 +sudo npm install -g tfx-cli@0.7.11 echo "Bulding project..." npm install