From c1c637ced171481be1bc39be31e754a5b4ce9b0c Mon Sep 17 00:00:00 2001 From: Steven Hunt Date: Mon, 17 Aug 2020 23:07:18 +0100 Subject: [PATCH] feat: install serve --- scripts/install-node-stuff.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-node-stuff.sh b/scripts/install-node-stuff.sh index 4ff3b01e..4078e8f9 100755 --- a/scripts/install-node-stuff.sh +++ b/scripts/install-node-stuff.sh @@ -7,6 +7,7 @@ echo "Installing global npm packages (serverless, snyk, yarn)..." npm install -g @vue/cli npm install -g eslint_d npm install -g prettier +npm install -g serve npm install -g serverless npm install -g standard npm install -g snyk