From f32b8c3b154e38cf928101239e10fce579e9cc27 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Fri, 24 Sep 2021 08:50:42 +0200 Subject: [PATCH] Add shortcuts to gws script --- bin/gws | 4 ++++ 1 file changed, 4 insertions(+) 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'],