Skip to content

Commit dc52f81

Browse files
committed
chore: remove depcheck at package level
1 parent 4e6d08b commit dc52f81

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

packages/arg-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
2929
"eslint": "eslint",
3030
"lint": "npm run eslint . && npm run prettier -- --check .",
31-
"check": "npm run lint && npm run depcheck",
31+
"check": "npm run lint",
3232
"depcheck": "depcheck",
3333
"compile": "tsc -p tsconfig.json",
3434
"prepublish": "npm run compile",

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
1313
"eslint": "eslint",
1414
"lint": "npm run eslint . && npm run prettier -- --check .",
15-
"check": "npm run lint && npm run depcheck",
15+
"check": "npm run lint",
1616
"depcheck": "depcheck",
1717
"compile": "node bin/make-runtime-support.js --firstpass && tsc -p tsconfig.json && node bin/make-runtime-support.js --secondpass && tsc -p tsconfig.json",
1818
"prepublish": "npm run compile",

packages/autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
2424
"eslint": "eslint",
2525
"lint": "npm run eslint . && npm run prettier -- --check .",
26-
"check": "npm run lint && npm run depcheck",
26+
"check": "npm run lint",
2727
"depcheck": "depcheck",
2828
"compile": "tsc -p tsconfig.json",
2929
"prepublish": "npm run compile",

packages/browser-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
3333
"eslint": "eslint",
3434
"lint": "npm run eslint . && npm run prettier -- --check .",
35-
"check": "npm run lint && npm run depcheck",
35+
"check": "npm run lint",
3636
"depcheck": "depcheck",
3737
"compile": "tsc -p tsconfig.json",
3838
"prettier": "prettier",

packages/browser-runtime-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
2222
"eslint": "eslint",
2323
"lint": "npm run eslint . && npm run prettier -- --check .",
24-
"check": "npm run lint && npm run depcheck",
24+
"check": "npm run lint",
2525
"depcheck": "depcheck",
2626
"preprepublish": "rimraf ./lib",
2727
"prepublish": "npm run compile",

packages/browser-runtime-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
2222
"eslint": "eslint",
2323
"lint": "npm run eslint . && npm run prettier -- --check .",
24-
"check": "npm run lint && npm run depcheck",
24+
"check": "npm run lint",
2525
"depcheck": "depcheck",
2626
"preprepublish": "rimraf ./lib",
2727
"prepublish": "npm run compile",

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
2222
"eslint": "eslint",
2323
"lint": "npm run eslint . && npm run prettier -- --check .",
24-
"check": "npm run lint && npm run depcheck",
24+
"check": "npm run lint",
2525
"depcheck": "depcheck",
2626
"evergreen-release": "ts-node -r ../../scripts/import-expansions.js src/index.ts",
2727
"release": "ts-node src/index.ts trigger-release",

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test-smoke": "node bin/mongosh.js --smokeTests",
3030
"eslint": "eslint",
3131
"lint": "npm run eslint . && npm run prettier -- --check .",
32-
"check": "npm run lint && npm run depcheck",
32+
"check": "npm run lint",
3333
"depcheck": "depcheck",
3434
"prepublish": "npm run compile",
3535
"webpack-build": "npm run compile && webpack --mode production && cat dist/add-module-mapping.js >> dist/mongosh.js",

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
1818
"eslint": "eslint",
1919
"lint": "npm run eslint . && npm run prettier -- --check .",
20-
"check": "npm run lint && npm run depcheck",
20+
"check": "npm run lint",
2121
"depcheck": "depcheck",
2222
"prettier": "prettier",
2323
"reformat": "npm run prettier -- --write . && npm run eslint -- --fix"

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
1818
"eslint": "eslint",
1919
"lint": "npm run eslint . && npm run prettier -- --check .",
20-
"check": "npm run lint && npm run depcheck",
20+
"check": "npm run lint",
2121
"depcheck": "depcheck",
2222
"compile": "tsc -p tsconfig.json",
2323
"prepublish": "npm run compile",

0 commit comments

Comments
 (0)