From e783309256a9345f0f282f81a525938e65153401 Mon Sep 17 00:00:00 2001 From: Leonardo Venturini Date: Fri, 10 May 2024 07:45:31 -0400 Subject: [PATCH] add command --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.envrc b/.envrc index fd690cab66..5ec97db185 100644 --- a/.envrc +++ b/.envrc @@ -17,4 +17,8 @@ function @test-package { function @check-syntax { node "$ROOT_DIR/scripts/admin/check-legacy-syntax/check-syntax.js" +} + +function @generate-dev-bundle { + "$ROOT_DIR/scripts/generate-dev-bundle.sh" } \ No newline at end of file