mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed VSCode launch.json config
The dev script was moved and the launch config was not updated.
This commit is contained in:
parent
605aa18d6a
commit
32f602d899
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -11,7 +11,7 @@
|
||||||
"skipFiles": [
|
"skipFiles": [
|
||||||
"<node_internals>/**"
|
"<node_internals>/**"
|
||||||
],
|
],
|
||||||
"program": "${workspaceFolder}/.github/dev.js",
|
"program": "${workspaceFolder}/.github/scripts/dev.js",
|
||||||
"args": [
|
"args": [
|
||||||
"--all"
|
"--all"
|
||||||
],
|
],
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"skipFiles": [
|
"skipFiles": [
|
||||||
"<node_internals>/**"
|
"<node_internals>/**"
|
||||||
],
|
],
|
||||||
"program": "${workspaceFolder}/.github/dev.js",
|
"program": "${workspaceFolder}/.github/scripts/dev.js",
|
||||||
"args": [
|
"args": [
|
||||||
"--all",
|
"--all",
|
||||||
"--offline"
|
"--offline"
|
||||||
|
|
Loading…
Add table
Reference in a new issue