Skip to content

Commit

Permalink
fix: Remove sdc-check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Mar 25, 2023
1 parent 0ec860b commit 512e8ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1,903 deletions.
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"types": "./index.d.ts",
"scripts": {
"sdc-check": "sdc-check -d .",
"unit": "tsm node_modules/uvu/bin.js test/",
"check": "eslint . && check-dts && size-limit",
"test": "yarn unit && yarn check"
Expand All @@ -36,7 +35,6 @@
"eslint-plugin-promise": "^6.1.1",
"nanospy": "^0.5.0",
"puppeteer-core": "^19.8.0",
"sdc-check": "^1.0.2",
"size-limit": "^8.2.4",
"tsm": "^2.3.0",
"typescript": "^5.0.2",
Expand Down Expand Up @@ -68,19 +66,6 @@
"singleQuote": true,
"trailingComma": "none"
},
"sdc-check": {
"options": {
"daysBeforeUpgradeToNewVersion": 3
},
"errors": [
"package-is-too-new",
"lockfile-is-not-safe",
"has-os-scripts",
"dangerous-shell-commands",
"obfuscated-code",
"install-scripts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbalabash/find-chrome-bin.git"
Expand Down

0 comments on commit 512e8ed

Please sign in to comment.