diff --git a/bin/gws b/bin/gws index be90a33..956220b 100755 --- a/bin/gws +++ b/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'],