File tree 3 files changed +7
-8
lines changed
packages/google-cloud-vision
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 76
76
command : |-
77
77
mkdir -p /home/node/.npm-global
78
78
npm install
79
- chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
80
79
environment :
81
80
NPM_CONFIG_PREFIX : /home/node/.npm-global
82
81
- run :
Original file line number Diff line number Diff line change 55
55
],
56
56
"scripts" : {
57
57
"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" ,
59
59
"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" ,
62
62
"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"
66
66
},
67
67
"dependencies" : {
68
68
"@google-cloud/common" : " ^0.20.1" ,
Original file line number Diff line number Diff line change 9
9
"node" : " >=6.0.0"
10
10
},
11
11
"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"
13
13
},
14
14
"dependencies" : {
15
15
"@google-cloud/vision" : " ^0.20.0" ,
You can’t perform that action at this time.
0 commit comments