Improve gws shortcuts

This commit is contained in:
Martin Blazik
2020-10-26 18:21:23 +01:00
parent a9c63b1e0b
commit b72c3f5367

View File

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