Skip to content

Commit 8ddb0a0

Browse files
authored
fix: revert change to install deps
1 parent e57c93d commit 8ddb0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export BRAINLIFE_AUTHENTICATION
1717

1818
git submodule update --init --recursive
1919

20-
(cd api && npm install -g npm@9.5.1)
21-
(cd ui && npm install -g npm@9.5.1)
20+
(cd api && npm install)
21+
(cd ui && npm install)
2222

2323
mkdir -p /tmp/upload
2424
mkdir -p /tmp/workdir

0 commit comments

Comments
 (0)