mirror of
https://github.com/jorenn92/Maintainerr.git
synced 2026-02-07 00:45:47 +01:00
Enable Corepack and install dependencies in dev-container
DEV CONTAINER: This change enables GitHub Codespaces support by preventing Corepack from prompting during the non-interactive postCreateCommand. Corepack is explicitly enabled and the required Yarn version is prepared ahead of time so yarn install can run without an interactive confirmation prompt.
This commit is contained in:
@@ -17,6 +17,8 @@ echo "📂 Working directory: ${WORKSPACE_DIR}"
|
||||
|
||||
# Install dependencies
|
||||
echo "📥 Installing dependencies (this may take a few minutes)..."
|
||||
corepack enable
|
||||
corepack install
|
||||
yarn install
|
||||
|
||||
# Create data directory if it doesn't exist
|
||||
|
||||
Reference in New Issue
Block a user