parent
b75c1c58e6
commit
0178fd3337
@ -0,0 +1,9 @@ |
||||
|
||||
import json |
||||
|
||||
with open('../../../workspace.json') as f: |
||||
data = json.load(f) |
||||
|
||||
for key in data['projects']: |
||||
if(data['projects'][key]['architect']['lint']): |
||||
print('nx run %s:lint' % key) |
Loading…
Reference in new issue