mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02:00
launch gulp from local node_modules
This commit is contained in:
parent
468f464b48
commit
a58a0cd888
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -38,7 +38,7 @@
|
||||
"label": "gulp: default",
|
||||
"options": {
|
||||
"env": {
|
||||
"PATH": "${env:PATH}:/usr/lib/sdk/node16/bin/"
|
||||
"PATH": "${workspaceRoot}/node_modules/.bin:$PATH"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user