File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
packages/google-cloud-vision Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7676 command : |-
7777 mkdir -p /home/node/.npm-global
7878 npm install
79- chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
8079 environment :
8180 NPM_CONFIG_PREFIX : /home/node/.npm-global
8281 - run :
Original file line number Diff line number Diff line change 5555 ],
5656 "scripts" : {
5757 "cover" : " nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report" ,
58- "docs" : " repo-tools exec -- jsdoc -c .jsdoc.js" ,
58+ "docs" : " jsdoc -c .jsdoc.js" ,
5959 "generate-scaffolding" : " repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json" ,
60- "lint" : " repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/" ,
61- "prettier" : " repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
60+ "lint" : " eslint src/ samples/ system-test/ test/" ,
61+ "prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
6262 "samples-test" : " cd samples/ && npm link ../ && npm test && cd ../" ,
63- "system-test" : " repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000" ,
64- "test-no-cover" : " repo-tools test run --cmd mocha -- test/*.js --no-timeouts" ,
65- "test" : " repo-tools test run --cmd npm -- run cover"
63+ "system-test" : " mocha system-test/*.js --timeout 600000" ,
64+ "test-no-cover" : " mocha test/*.js --no-timeouts" ,
65+ "test" : " npm run cover"
6666 },
6767 "dependencies" : {
6868 "@google-cloud/common" : " ^0.20.1" ,
Original file line number Diff line number Diff line change 99 "node" : " >=6.0.0"
1010 },
1111 "scripts" : {
12- "test" : " repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
12+ "test" : " ava -T 1m --verbose system-test/*.test.js"
1313 },
1414 "dependencies" : {
1515 "@google-cloud/vision" : " ^0.20.0" ,
You can’t perform that action at this time.
0 commit comments