From bf5e688be230d30ee8a76cc53d72463c4f648c04 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 18 Jan 2019 14:35:05 -0700 Subject: [PATCH] update to node install script --- deploy/ci-install-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ci-install-node.sh b/deploy/ci-install-node.sh index 279b36e3c..df16d0f90 100755 --- a/deploy/ci-install-node.sh +++ b/deploy/ci-install-node.sh @@ -1,5 +1,5 @@ set -x set -e -sudo apt-get install -y nodejs +sudo apt-get install -y nodejs npm npm i -g postcss-cli autoprefixer