From ee4918b3b830fd73713b10daec04ee2feca053a5 Mon Sep 17 00:00:00 2001 From: EYHN Date: Mon, 26 Feb 2024 13:47:00 +0000 Subject: [PATCH] chore: update devcontainer build.sh (#5912) --- .devcontainer/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh index 10000e663b..aae6965bf6 100644 --- a/.devcontainer/build.sh +++ b/.devcontainer/build.sh @@ -8,5 +8,8 @@ corepack prepare yarn@stable --activate # install dependencies yarn install +# Build Server Dependencies +yarn workspace @affine/storage build + # Create database yarn workspace @affine/server prisma db push \ No newline at end of file