Add shortcuts to gws script
This commit is contained in:
4
bin/gws
4
bin/gws
@@ -24,6 +24,10 @@ shortcuts = {
|
||||
'cb': ['clean', 'build'],
|
||||
'cbx': ['clean', 'build', '-x', 'test'],
|
||||
'cbt': ['clean', 'build', 'compileTestKotlin', '-x', 'test'],
|
||||
'ctt': ['cleanComponentTest'],
|
||||
'cct': ['cleanComponentTest'],
|
||||
'rt': ['cleanTest', 'test'],
|
||||
'rct': ['cleanComponentTest', 'componentTest'],
|
||||
'nd': ['-x', 'detekt'],
|
||||
'-nd': ['-x', 'detekt'],
|
||||
'xt': ['-x', 'test'],
|
||||
|
||||
Reference in New Issue
Block a user