From 49fbc210adf46d0248da2fed18bf2cd88d531f3c Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 5 Apr 2021 14:22:58 +0100 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index d3703b7..46e5719 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: npm i + - init: npm i -g @sasjs/cli image: file: .gitpod.dockerfile