File tree 3 files changed +8
-9
lines changed
packages/google-cloud-compute
3 files changed +8
-9
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 52
52
],
53
53
"scripts" : {
54
54
"cover" : " nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report" ,
55
- "docs" : " repo-tools exec -- jsdoc -c .jsdoc.js" ,
55
+ "docs" : " jsdoc -c .jsdoc.js" ,
56
56
"generate-scaffolding" : " repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json" ,
57
- "lint" : " repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/" ,
58
- "prettier" : " repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
57
+ "lint" : " eslint src/ samples/ system-test/ test/" ,
58
+ "prettier" : " prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js" ,
59
59
"samples-test" : " cd samples/ && npm link ../ && cd startup-script && npm link ../../ && cd ../ && npm test && cd ../" ,
60
- "system-test" : " repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000" ,
61
- "test-no-cover" : " repo-tools test run --cmd mocha -- test/*.js --no-timeouts" ,
62
- "test" : " repo-tools test run --cmd npm -- run cover"
60
+ "system-test" : " mocha system-test/*.js --timeout 600000" ,
61
+ "test-no-cover" : " mocha test/*.js --no-timeouts" ,
62
+ "test" : " npm run cover"
63
63
},
64
64
"dependencies" : {
65
65
"@google-cloud/common" : " ^0.17.0" ,
Original file line number Diff line number Diff line change 9
9
"node" : " >=4.0.0"
10
10
},
11
11
"scripts" : {
12
- "system-test" : " repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js" ,
13
- "startup-test" : " repo-tools test run --cmd ava -- -T 200s --verbose startup-script/system-test/*.test.js" ,
12
+ "system-test" : " ava -T 20s --verbose system-test/*.test.js" ,
13
+ "startup-test" : " ava -T 200s --verbose startup-script/system-test/*.test.js" ,
14
14
"test" : " npm run system-test && npm run startup-test"
15
15
},
16
16
"dependencies" : {
You can’t perform that action at this time.
0 commit comments