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
|
#!/bin/bash
|
||||||
set -x
|
set -x
|
||||||
git pull
|
git pull
|
||||||
|
pnpm install
|
||||||
pnpm build
|
pnpm build
|
||||||
pnpm start
|
pnpm start
|
||||||
|
|
Loading…
Reference in a new issue