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']