From 53266163900907be1a0bbc6c2d825c09bae10a00 Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Sun, 3 Nov 2024 10:33:02 -0800 Subject: [PATCH] Adding tutorial tag to tutorials in target config (#5410) * Adding tutorial tag to tutorials in target config * Resolving conflicts --- targetconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index bdaaef0b1ad..835e6f6737e 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -451,7 +451,7 @@ "bsiever/pxt-sen55": { "tags": [ "Science" ] }, "climate-action-kits/pxt-fwd-edu": {}, "elecfreaks/pxt-cutebot-pro": { "tags": [ "Robotics" ], "preferred": true }, - "microbit-foundation/makecode-tutorials": {}, + "microbit-foundation/makecode-tutorials": { "tutorial" : true }, "grandpabond/pxt-meter": { "tags": [ "Software" ] }, "microsoft/microbit-robot": { "tags": [ "Robotics" ] }, "4tronix/mars-rover": { "tags": [ "Robotics" ] },