install missing packages on run

This commit is contained in:
Dobromir Popov
2024-05-11 16:30:33 +03:00
parent d56ca612d4
commit 473b28af4c

2
.vscode/launch.json vendored
View File

@ -55,7 +55,7 @@
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}",
"command": "conda activate node && npm run start-env",
"command": "conda activate node && npm install && npm run start-env",
"env": {
"APP_ENV": "development.devserver"
}