summaryrefslogtreecommitdiff
path: root/.devcontainer/init.sh
blob: 552b229fa51ed5d51d0f4fbbd74883703edc173e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -xe

git submodule update --init
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml
pnpm build
pnpm migrate