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
|
BACKEND_DIR=$3
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
npm i -g pnpm && pnpm setup
|
|
||||||
pnpm i -g pm2
|
pnpm i -g pm2
|
||||||
cd $SOURCE_DIR
|
cd $SOURCE_DIR
|
||||||
pnpm i
|
pnpm i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue