|
40 | 40 | ], |
41 | 41 | "scripts": { |
42 | 42 | "cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report", |
43 | | - "docs": "repo-tools exec -- jsdoc -c .jsdoc.js", |
| 43 | + "docs": "jsdoc -c .jsdoc.js", |
44 | 44 | "generate-scaffolding": "repo-tools generate all", |
45 | | - "lint": "repo-tools lint --cmd eslint -- src/ system-test/ test/ conformance/", |
46 | | - "prettier": "repo-tools exec -- prettier --write src/*.js src/**/*.js test/*.js test/**/*.js system-test/*.js system-test/**/*.js conformance/*.js conformance/**/*.js", |
| 45 | + "lint": "eslint src/ system-test/ test/ conformance/", |
| 46 | + "prettier": "prettier --write src/*.js src/**/*.js test/*.js test/**/*.js system-test/*.js system-test/**/*.js conformance/*.js conformance/**/*.js", |
47 | 47 | "publish-module": "node ../../scripts/publish.js firestore", |
48 | | - "system-test": "repo-tools test run --cmd mocha -- system-test/*.js --timeout 600000", |
49 | | - "conformance": "repo-tools test run --cmd mocha -- conformance/*.js --no-timeouts", |
50 | | - "test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts", |
51 | | - "test": "repo-tools test run --cmd npm -- run cover" |
| 48 | + "system-test": "mocha system-test/*.js --timeout 600000", |
| 49 | + "conformance": "mocha conformance/*.js --no-timeouts", |
| 50 | + "test-no-cover": "mocha test/*.js --no-timeouts", |
| 51 | + "test": "npm run cover" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | 54 | "@google-cloud/common": "^0.20.0", |
|
0 commit comments