Remove npm/pnpm installation command from deploy script
This commit is contained in:
parent
bd5d7cca76
commit
bdad1d21dc
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ STATIC_DIR=$2
|
|||
BACKEND_DIR=$3
|
||||
|
||||
pwd
|
||||
npm i -g pnpm && pnpm setup
|
||||
pnpm i -g pm2
|
||||
cd $SOURCE_DIR
|
||||
pnpm i
|
||||
|
|
@ -23,4 +22,4 @@ cp -r $SOURCE_DIR/apps/vdn-static/dist/* "$STATIC_DIR"
|
|||
cp -r $SOURCE_DIR/apps/vdb-backend/dist/* "$BACKEND_DIR"
|
||||
cd $BACKEND_DIR
|
||||
|
||||
pm2 start .
|
||||
pm2 start .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue