1
0
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:
Álvaro Mondéjar 2024-03-15 07:44:18 +01:00 committed by GitHub
parent 599e5d84dd
commit 4cb76319a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,6 @@
"get-relative-luminance": "1.0.0",
"husky": "9.0.11",
"inquirer-autocomplete-standalone": "0.8.1",
"is-ci": "3.0.1",
"jsonschema": "1.4.1",
"markdown-link-check": "3.11.2",
"mocha": "10.2.0",
@ -117,7 +116,7 @@
"jsonlint": "node scripts/lint/jsonlint.js",
"svglint": "svglint --ci $npm_config_icons",
"wslint": "editorconfig-checker",
"prepare": "is-ci || husky",
"prepare": "node -e 'process.exit(!!process.env.CI ? 0 : 1)' || husky",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",