fix: double skills cleaning and script

This commit is contained in:
Julien Froidefond
2025-08-25 22:46:36 +02:00
parent e9232938ce
commit e12816a9c2
9 changed files with 754 additions and 136 deletions

View File

@@ -9,7 +9,9 @@
"start": "next start",
"generate-test-data": "tsx scripts/generate-test-data.ts",
"sync-skills": "tsx scripts/sync-skills.ts",
"sync-teams": "tsx scripts/sync-teams.ts"
"sync-teams": "tsx scripts/sync-teams.ts",
"find-duplicates": "node scripts/find-duplicates.js",
"clean-duplicates": "node scripts/clean-duplicates.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",