5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
set -e
|
|
pnpm install --frozen-lockfile
|
|
pnpm --filter db push
|