parsifal/start.sh

6 lines
63 B
Bash
Executable file

#!/bin/bash
set -x
git pull
pnpm install
pnpm build
pnpm start