From 8ddb0a0291ac5a9d36b3ac175602245c35843383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anibal=20S=C3=B3lon?= Date: Tue, 17 Sep 2024 13:42:47 -0500 Subject: [PATCH] fix: revert change to install deps --- dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index 1b65303..f14db88 100755 --- a/dev.sh +++ b/dev.sh @@ -17,8 +17,8 @@ export BRAINLIFE_AUTHENTICATION git submodule update --init --recursive -(cd api && npm install -g npm@9.5.1) -(cd ui && npm install -g npm@9.5.1) +(cd api && npm install) +(cd ui && npm install) mkdir -p /tmp/upload mkdir -p /tmp/workdir