mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:37:22 +01:00
Added git pre commit hook for checking the contents of icons.json
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
"addtags": "babel-node ./scripts/addMissingKeysToTags.js --presets @babel/env",
|
||||
"tags2icons": "babel-node ./scripts/migrateTagsToIcons.js --presets @babel/env",
|
||||
"icons2tags": "babel-node ./scripts/migrateIconsToTags.js --presets @babel/env",
|
||||
"generate:changelog": "babel-node ./scripts/generateChangelog.js --presets @babel/env"
|
||||
"generate:changelog": "babel-node ./scripts/generateChangelog.js --presets @babel/env",
|
||||
"checkIcons": "babel-node ./scripts/checkIconsAndCategories.js --presets @babel/env"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ampproject/rollup-plugin-closure-compiler": "^0.25.2",
|
||||
|
||||
Reference in New Issue
Block a user