mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
fix(dev): include corepack enable in devcontainer postCreateCommand
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"postCreateCommand": "yarn install",
|
||||
"postCreateCommand": "corepack enable && yarn install",
|
||||
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user