File tree Expand file tree Collapse file tree 5 files changed +2
-213
lines changed
Expand file tree Collapse file tree 5 files changed +2
-213
lines changed Original file line number Diff line number Diff line change 2929 },
3030 "scripts" : {
3131 "lint" : " semistandard '**/*.js'" ,
32- "generate" : " node ./scripts/generate" ,
33- "pretest" : " npm run lint && node ./scripts/clean coverage" ,
32+ "pretest" : " npm run lint" ,
3433 "unit-cover" : " nyc --cache npm test && nyc report --reporter=html" ,
3534 "system-cover" : " nyc --cache npm run system-test && nyc report --reporter=html" ,
3635 "test" : " npm run unit-test && npm run system-test" ,
37- "cover" : " nyc --cache npm run test && nyc report --reporter=html" ,
38- "update-dependencies" : " ./scripts/update-dependencies.sh"
36+ "cover" : " nyc --cache npm run test && nyc report --reporter=html"
3937 },
4038 "devDependencies" : {
4139 "@google-cloud/nodejs-repo-tools" : " ^2.3.6" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments