mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-12 22:23:09 +02:00
10 lines
159 B
Bash
10 lines
159 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
git submodule update --init
|
||
|
pnpm install --frozen-lockfile
|
||
|
cp .devcontainer/devcontainer.yml .config/default.yml
|
||
|
pnpm build
|
||
|
pnpm migrate
|