Improve gws shortcuts
This commit is contained in:
6
bin/gws
6
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']
|
||||
|
||||
Reference in New Issue
Block a user