Skip to content

Commit eaf2c0f

Browse files
committed
Add bake command
1 parent 766f8d7 commit eaf2c0f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"command": "vendor/bin/php-cs-fixer fix",
2626
"problemMatcher": [],
2727
},
28+
{
29+
"label": "Bake",
30+
"type": "shell",
31+
"options": {},
32+
"command": "php bakery bake",
33+
"problemMatcher": [],
34+
},
2835
{
2936
"label": "Serve",
3037
"type": "shell",

0 commit comments

Comments
 (0)