File tree 2 files changed +4
-4
lines changed
packages/google-cloud-dataproc
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
"cover" : " nyc --reporter=lcov mocha test/*.js && nyc report" ,
36
36
"samples-test" : " cd samples/ && npm link ../ && npm test && cd ../" ,
37
37
"test-no-cover" : " mocha test/*.js" ,
38
- "lint" : " eslint src/ samples/ system-test/ test/ smoke-test/" ,
39
- "prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js smoke-test/*.js" ,
38
+ "lint" : " eslint '**/*.js'" ,
40
39
"docs" : " jsdoc -c .jsdoc.js" ,
41
- "system-test" : " mocha system-test/*.js smoke-test/*.js --timeout 600000"
40
+ "system-test" : " mocha system-test/*.js smoke-test/*.js --timeout 600000" ,
41
+ "fix" : " eslint --fix '**/*.js'"
42
42
},
43
43
"dependencies" : {
44
44
"google-gax" : " ^0.22.0" ,
Original file line number Diff line number Diff line change 26
26
s .copy (templates )
27
27
28
28
subprocess .run (['npm' , 'install' ])
29
- subprocess .run (['npm' , 'run' , 'prettier ' ])
29
+ subprocess .run (['npm' , 'run' , 'fix ' ])
You can’t perform that action at this time.
0 commit comments