Fix devcontainer pnpm task

This commit is contained in:
Amaury Bodet
2025-04-24 10:53:30 +00:00
parent e277a8e1ea
commit f66c0b29fb

View File

@@ -174,8 +174,8 @@
{ {
"label": "Maintenance: Install Frontend Dependencies", "label": "Maintenance: Install Frontend Dependencies",
"description": "Install frontend (pnpm) dependencies", "description": "Install frontend (pnpm) dependencies",
"type": "pnpm", "type": "shell",
"script": "install", "command": "pnpm install",
"path": "src-ui", "path": "src-ui",
"group": "clean", "group": "clean",
"problemMatcher": [], "problemMatcher": [],