add command

This commit is contained in:
Leonardo Venturini
2024-05-10 07:45:31 -04:00
parent e6eb9edee5
commit e783309256

4
.envrc
View File

@@ -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"
}