minor sessions task changes

This commit is contained in:
BeniBenj
2026-03-17 11:45:14 +01:00
parent f8fd37feb6
commit 27bcf17319
2 changed files with 4 additions and 4 deletions

4
.vscode/tasks.json vendored
View File

@@ -407,9 +407,9 @@
{
"label": "Install & Watch",
"type": "shell",
"command": "npm install && npm run watch",
"command": "npm ci && npm run watch",
"windows": {
"command": "cmd /d /c \"npm install && npm run watch\""
"command": "cmd /d /c \"npm ci && npm run watch\""
},
"inSessions": true,
"runOptions": {