feat: add lint:fix command to package.json and update French text for consistency across various components
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"build": "next build",
|
||||
"dev": "next dev --turbopack",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"start": "next start",
|
||||
"generate-test-data": "tsx scripts/generate-test-data.ts",
|
||||
"sync-skills": "tsx scripts/sync-skills.ts",
|
||||
|
||||
Reference in New Issue
Block a user