parsifal/start.sh

7 lines
63 B
Bash
Raw Normal View History

2024-09-17 20:56:27 +02:00
#!/bin/bash
set -x
git pull
2024-09-17 21:10:32 +02:00
pnpm install
2024-09-17 20:56:27 +02:00
pnpm build
pnpm start