Skip to content

Commit

Permalink
updating launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 12, 2024
1 parent c913c38 commit 6fc82ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"command": "yarn build",
"name": "Rebuild Gatsby",
"name": "👷 Rebuild Gatsby Site",
"command": "yarn exec gatsby build",
"request": "launch",
"type": "node-terminal"
},
{
"name": "🗑️ Clean Gatsby Build",
"command": "yarn exec gatsby clean",
"request": "launch",
"type": "node-terminal"
}
]
}

0 comments on commit 6fc82ee

Please sign in to comment.