From b72c3f5367631190fc8e6c0424a1c8f83e7cf85e Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Mon, 26 Oct 2020 18:21:23 +0100 Subject: [PATCH] Improve gws shortcuts --- bin/gws | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/gws b/bin/gws index 4bb4b6a..fa521d1 100755 --- a/bin/gws +++ b/bin/gws @@ -21,10 +21,14 @@ shortcuts = { 't': ['test'], 'bt': ['compileTestKotlin'], 'ct': ['componentTest'], - 'ctest': ['componentTest'], 'cb': ['clean', 'build'], 'cbx': ['clean', 'build', '-x', 'test'], 'cbt': ['clean', 'build', 'compileTestKotlin', '-x', 'test'], + 'nd': ['-x', 'detekt'], + '-nd': ['-x', 'detekt'], + 'xt': ['-x', 'test'], + 'br': ['bootRun'], + 'rb': ['bootRun'], '-nc': ['--no-build-cache'], '-rr': ['--rerun-tasks'], '-wl': ['--write-locks']