Skip to content

Commit

Permalink
fix: revert change to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsolon authored Sep 17, 2024
1 parent e57c93d commit 8ddb0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ddb0a0

Please sign in to comment.