mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +02:00
4 lines
No EOL
48 B
Bash
Executable file
4 lines
No EOL
48 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
pnpm prisma generate
|
|
pnpm build |