add command

This commit is contained in:
Leonardo Venturini
2024-08-13 14:04:00 -04:00
parent 5fa650db4e
commit fe37b3097a

4
.envrc
View File

@@ -15,6 +15,10 @@ function @meteor {
"$ROOT_DIR/meteor" "$@"
}
function @get-ready {
@meteor --get-ready
}
function @test-package {
@meteor test-packages "$@" --exclude-archs=web.browser.legacy,web.cordova
}