From 52c8992fe3a77e7134e6185bfe457ae3c5ff9f69 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 14 Dec 2024 08:20:43 +0000 Subject: [PATCH] chore(lune): add comment for update_tools dev script --- .lune/update_tools.luau | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lune/update_tools.luau b/.lune/update_tools.luau index 06af079..7b404c0 100644 --- a/.lune/update_tools.luau +++ b/.lune/update_tools.luau @@ -1,3 +1,5 @@ +--> Updates tooling bin versions and READMEs + local serde = require("@lune/serde") local stdio = require("@lune/stdio") local process = require("@lune/process")