|
26 | 26 | ], |
27 | 27 | "scripts": { |
28 | 28 | "prepare": "npm run compile", |
29 | | - "presamples-test": "npm run compile", |
30 | 29 | "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", |
31 | 30 | "presystem-test": "npm run compile", |
32 | 31 | "system-test": "mocha build/system-test --timeout 600000", |
33 | | - "test-no-cover": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test --timeout 4000 --R spec", |
34 | | - "test": "nyc npm run test-no-cover && nyc report", |
35 | | - "check": "gts check", |
36 | | - "clean": "gts clean", |
| 32 | + "test": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test", |
37 | 33 | "precompile": "npm run compile-scripts && node build/scripts/setup-build-dir.js", |
38 | 34 | "compile": "tsc -p .", |
39 | 35 | "compile-scripts": "tsc -p scripts-tsconfig.json", |
40 | 36 | "fix": "gts fix", |
41 | 37 | "pretest": "npm run compile", |
42 | | - "posttest": "npm run check && npm run license-check", |
43 | 38 | "prepack": "npm run compile", |
44 | | - "license-check": "jsgl --local .", |
45 | | - "lint": "npm run check", |
| 39 | + "lint": "gts check", |
46 | 40 | "docs": "compodoc src/", |
47 | 41 | "docs-test": "linkinator docs", |
48 | | - "predocs-test": "npm run docs" |
| 42 | + "predocs-test": "npm run docs", |
| 43 | + "prelint": "cd samples; npm link ../; npm i" |
49 | 44 | }, |
50 | 45 | "dependencies": { |
51 | 46 | "@google-cloud/common": "^2.0.0", |
|
82 | 77 | "cross-env": "^7.0.0", |
83 | 78 | "execa": "^4.0.0", |
84 | 79 | "gts": "^1.0.0", |
85 | | - "js-green-licenses": "^1.0.0", |
86 | 80 | "linkinator": "^2.0.0", |
87 | 81 | "mkdirp": "^0.5.1", |
88 | 82 | "mocha": "^7.0.0", |
|
0 commit comments