add pnpm install to start

This commit is contained in:
Tomáš Mládek 2024-09-17 21:10:32 +02:00
parent f5b16177f6
commit ae1dbcb865

View file

@ -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