install missing packages on run
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user