Skip to content
Snippets Groups Projects
Unverified Commit c34e21af authored by Florian Greinacher's avatar Florian Greinacher Committed by GitHub
Browse files

chore: disable corepack prompt in devcontainer (#28421)

parent dc7e8030
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ if [[ "${CODESPACES}" == true ]]; then ...@@ -7,4 +7,4 @@ if [[ "${CODESPACES}" == true ]]; then
sudo chmod 1777 /tmp sudo chmod 1777 /tmp
fi fi
pnpm install COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment