We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eca0d commit 1bb6e82Copy full SHA for 1bb6e82
packages/compass-smoke-tests/package.json
@@ -24,7 +24,7 @@
24
"eslint": "eslint",
25
"prettier": "prettier",
26
"lint": "npm run eslint . && npm run prettier -- --check .",
27
- "depcheck": "compass-scripts check-peer-deps && depcheck",
+ "depcheck": "depcheck",
28
"check": "npm run typecheck && npm run lint && npm run depcheck",
29
"check-ci": "npm run check",
30
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
0 commit comments