|
8 | 8 | "node": ">=8.2.1"
|
9 | 9 | },
|
10 | 10 | "scripts": {
|
| 11 | + "prestart": "npm run check-deps-pre", |
11 | 12 | "start": "node ./cli/bin/cypress open --dev --global",
|
12 | 13 | "cypress:open": "node ./cli/bin/cypress open --dev --global",
|
13 | 14 | "cypress:run": "node ./cli/bin/cypress run --dev",
|
14 | 15 | "dev": "node ./scripts/start.js",
|
15 | 16 | "watch": "npm run all watch",
|
16 |
| - "deps": "deps-ok", |
17 |
| - "prebuild": "npm run deps", |
| 17 | + "check-deps": "node ./scripts/check-deps.js --verbose", |
| 18 | + "check-deps-pre": "node ./scripts/check-deps.js --verbose --prescript", |
| 19 | + "prebuild": "npm run check-deps-pre", |
18 | 20 | "build": "npm run all build",
|
19 | 21 | "all": "node ./scripts/run.js",
|
20 | 22 | "test": "echo '⚠️ This root monorepo is only for local development and new contributions. There are no tests.'",
|
21 | 23 | "link": "node ./scripts/link-packages.js",
|
| 24 | + "install-filtered": "npm run all install -- --package $(node ./scripts/check-deps.js --list)", |
22 | 25 | "postinstall": "echo 'root postinstall' && npm run link && npm run all install && npm run build",
|
23 | 26 | "clean-deps": "npm run all clean-deps",
|
24 | 27 | "docker": "./scripts/run-docker-local.sh",
|
|
61 | 64 | "bluebird-retry": "^0.11.0",
|
62 | 65 | "chai": "^4.0.2",
|
63 | 66 | "chalk": "^2.0.1",
|
| 67 | + "check-dependencies": "1.1.0", |
64 | 68 | "check-more-types": "^2.24.0",
|
65 | 69 | "cloudflare-cli": "^2.1.0",
|
66 | 70 | "coffeelint": "^1.16.0",
|
|
69 | 73 | "console.table": "^0.9.1",
|
70 | 74 | "debug": "3.1.0",
|
71 | 75 | "del": "^3.0.0",
|
72 |
| - "deps-ok": "^1.4.1", |
73 | 76 | "electron-osx-sign": "^0.4.6",
|
74 | 77 | "eslint": "4.13.1",
|
75 | 78 | "eslint-plugin-cypress": "^2.0.1",
|
|
109 | 112 | "shelljs": "^0.7.8",
|
110 | 113 | "snap-shot-it": "^5.0.1",
|
111 | 114 | "stop-only": "2.1.0",
|
| 115 | + "strip-ansi": "4.0.0", |
112 | 116 | "terminal-banner": "^1.0.0",
|
113 | 117 | "typescript": "^2.3.4",
|
114 | 118 | "vagrant": "0.0.1",
|
|
0 commit comments