Skip to content

Commit

Permalink
Add bake command
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 28, 2024
1 parent 766f8d7 commit eaf2c0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"command": "vendor/bin/php-cs-fixer fix",
"problemMatcher": [],
},
{
"label": "Bake",
"type": "shell",
"options": {},
"command": "php bakery bake",
"problemMatcher": [],
},
{
"label": "Serve",
"type": "shell",
Expand Down

0 comments on commit eaf2c0f

Please sign in to comment.