mirror of
https://codeberg.org/yeentown/barkey.git
synced 2026-01-03 11:08:32 +00:00
10 lines
189 B
Bash
Executable file
10 lines
189 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
sudo chown -R node /workspace
|
|
git submodule update --init
|
|
pnpm install --frozen-lockfile
|
|
cp .devcontainer/devcontainer.yml .config/default.yml
|
|
pnpm build
|
|
pnpm migrate
|