1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 17:07:28 -06:00
paricafe/.devcontainer/init.sh

11 lines
250 B
Bash
Executable file

#!/bin/bash
set -xe
sudo chown -R node /workspace
git submodule update --init
pnpm config set store-dir /home/node/.local/share/pnpm/store
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml
pnpm build
pnpm migrate