mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
Drop is-ci dependency (#10650)
This commit is contained in:
parent
599e5d84dd
commit
4cb76319a6
@ -94,7 +94,6 @@
|
|||||||
"get-relative-luminance": "1.0.0",
|
"get-relative-luminance": "1.0.0",
|
||||||
"husky": "9.0.11",
|
"husky": "9.0.11",
|
||||||
"inquirer-autocomplete-standalone": "0.8.1",
|
"inquirer-autocomplete-standalone": "0.8.1",
|
||||||
"is-ci": "3.0.1",
|
|
||||||
"jsonschema": "1.4.1",
|
"jsonschema": "1.4.1",
|
||||||
"markdown-link-check": "3.11.2",
|
"markdown-link-check": "3.11.2",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
@ -117,7 +116,7 @@
|
|||||||
"jsonlint": "node scripts/lint/jsonlint.js",
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
||||||
"svglint": "svglint --ci $npm_config_icons",
|
"svglint": "svglint --ci $npm_config_icons",
|
||||||
"wslint": "editorconfig-checker",
|
"wslint": "editorconfig-checker",
|
||||||
"prepare": "is-ci || husky",
|
"prepare": "node -e 'process.exit(!!process.env.CI ? 0 : 1)' || husky",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"postpublish": "npm run clean",
|
"postpublish": "npm run clean",
|
||||||
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
||||||
|
Loading…
Reference in New Issue
Block a user