fix(ci): minor bug from codacy

This commit is contained in:
Denis Gukov 2024-12-21 00:49:40 +05:00
parent 642a2e235e
commit 35e886b436
No known key found for this signature in database
GPG Key ID: 044381366A5D4731
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
go install github.com/go-task/task/v3/cmd/task@latest go install github.com/go-task/task/v3/cmd/task@latest
(cd ./web && npm install) (cd ./web && npm install)

2
.vscode/launch.json vendored
View File

@ -46,7 +46,7 @@
"runtimeExecutable": "task", "runtimeExecutable": "task",
"args": ["e2e:test:local"], "args": ["e2e:test:local"],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"console": "integratedTerminal", "console": "integratedTerminal"
} }
] ]
} }