From eaf2c0f2e2fa4e5759d96d1604967ef3db3df372 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sun, 28 Apr 2024 19:29:21 -0400 Subject: [PATCH] Add bake command --- .vscode/tasks.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1284aeaa5..b6b6a237e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",