launch gulp from local node_modules

This commit is contained in:
Andrew Dolgov 2024-10-15 19:36:26 +03:00
parent 468f464b48
commit a58a0cd888
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

2
.vscode/tasks.json vendored
View File

@ -38,7 +38,7 @@
"label": "gulp: default", "label": "gulp: default",
"options": { "options": {
"env": { "env": {
"PATH": "${env:PATH}:/usr/lib/sdk/node16/bin/" "PATH": "${workspaceRoot}/node_modules/.bin:$PATH"
} }
} }
} }