File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 "docs" : " jsdoc -c .jsdoc.js" ,
3434 "predocs" : " npm run compile" ,
3535 "generate-scaffolding" : " repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json" ,
36- "lint" : " gts check && eslint '**/*.js'" ,
36+ "lint" : " eslint '**/*.js'" ,
3737 "samples-test" : " cd samples/ && npm link ../ && npm test && cd ../" ,
3838 "system-test" : " mocha build/system-test --timeout 600000" ,
3939 "cleanup" : " mocha scripts/cleanup.js --timeout 30000" ,
4040 "test" : " nyc mocha build/test" ,
4141 "ycsb" : " node ./benchmark/ycsb.js run -P ./benchmark/workloada -p table=usertable -p cloudspanner.instance=ycsb-instance -p operationcount=100 -p cloudspanner.database=ycsb" ,
42- "fix" : " gts fix && eslint --fix '**/*.js'" ,
42+ "fix" : " eslint --fix '**/*.js'" ,
4343 "clean" : " gts clean" ,
4444 "compile" : " tsc -p . && cp -r src/v1 build/src && cp -r protos build && cp test/*.js build/test" ,
4545 "prepare" : " npm run compile" ,
You can’t perform that action at this time.
0 commit comments