mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
exclude roles in command
This commit is contained in:
2
.envrc
2
.envrc
@@ -20,7 +20,7 @@ function @get-ready {
|
||||
}
|
||||
|
||||
function @test-packages {
|
||||
TINYTEST_FILTER="$1" @meteor test-packages --exclude-archs=web.browser.legacy,web.cordova
|
||||
TINYTEST_FILTER="$1" @meteor test-packages --exclude-archs=web.browser.legacy,web.cordova --exclude=roles
|
||||
}
|
||||
|
||||
function @test-self {
|
||||
|
||||
Reference in New Issue
Block a user