add pnpm install to start
This commit is contained in:
parent
f5b16177f6
commit
ae1dbcb865
1 changed files with 1 additions and 0 deletions
1
start.sh
1
start.sh
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
git pull
|
||||
pnpm install
|
||||
pnpm build
|
||||
pnpm start
|
||||
|
|
Loading…
Reference in a new issue