From 1d0187730719169cdd7573f0fd6da665e98c4221 Mon Sep 17 00:00:00 2001 From: Ferdinand Linnenberg Date: Fri, 8 Nov 2024 16:01:40 +0000 Subject: [PATCH] feat: updates --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index f44f7360..08d6921b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,4 +7,5 @@ tasks: - init: npm install && npm run build command: npm run start - + - init: update upstream + command: git remote add upstream https://github.com/gchq/CyberChef.git; git fetch upstream