File tree Expand file tree Collapse file tree
packages/google-cloud-oslogin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 "lint" : " eslint src/ samples/ system-test/ test/" ,
4646 "prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js smoke-test/*.js" ,
4747 "docs" : " jsdoc -c .jsdoc.js" ,
48- "system-test" : " mocha system-test/*.js smoke-test/*.js --timeout 600000"
48+ "system-test" : " mocha system-test/*.js smoke-test/*.js --timeout 600000" ,
49+ "fix" : " eslint --fix '**/*.js' && npm run prettier"
4950 },
5051 "dependencies" : {
5152 "google-gax" : " ^0.20.0" ,
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class OsLoginServiceClient {
142142 'importSshPublicKey' ,
143143 'updateSshPublicKey' ,
144144 ] ;
145- for ( let methodName of osLoginServiceStubMethods ) {
145+ for ( const methodName of osLoginServiceStubMethods ) {
146146 this . _innerApiCalls [ methodName ] = gax . createApiCall (
147147 osLoginServiceStub . then (
148148 stub =>
You can’t perform that action at this time.
0 commit comments