Skip to content

Commit 4062cd9

Browse files
committed
fix: Add final npm install to foreground task
1 parent 9c64f4d commit 4062cd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

our-test/assets/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/bin/bash
22

3+
echo "Installing Node.js 20..."
34
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && source ~/.bashrc
45
nvm install 20 -y
56
nvm use 20 -y
7+
8+
echo "Installting dependencies..."
9+
cd server/app && npm install
10+
611
echo "All done, yeay!"

0 commit comments

Comments
 (0)