mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
fix: (potentially) remove "husky install" depreciation message
This commit is contained in:
@@ -58,6 +58,6 @@
|
||||
"pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\"",
|
||||
"lint": "eslint \"./src/**/*.{js,jsx}\" && stylelint \"./src/**/*.{scss,css}\"",
|
||||
"lint:fix": "eslint \"./src/**/*.{js,jsx}\" --fix && stylelint \"./src/**/*.{scss,css}\" --fix",
|
||||
"postinstall": "husky install"
|
||||
"postinstall": "husky"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user