Skip to content

Commit 193404f

Browse files
committed
add npm install
1 parent d4731fe commit 193404f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

scripts/deploy.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
set -e
3+
4+
DEPLOY_PATH="/home/ny/projects/final"
5+
VENV_PATH="/home/ny/projects/venv"
6+
7+
echo "=== Deploying frontend ==="
8+
cd $DEPLOY_PATH/frontend
9+
npm install
10+
11+
12+
echo "npm install complete 🚀"

0 commit comments

Comments
 (0)