diff --git a/.husky/pre-commit b/.husky/pre-commit index d0a778429..72c4429bc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx lint-staged \ No newline at end of file +npm test diff --git a/package.json b/package.json index 769b22080..13e7cdf6d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "format:write": "prettier --write \"**/*.{ts,tsx,md}\" --config ./.prettierrc", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix", - "prepare": "husky install", + "prepare": "husky", "test": "jest", "versionup:major": "npm version major", "versionup:minor": "npm version minor", diff --git a/src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx b/src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx index 6b1309f20..fb7ac8cb0 100644 --- a/src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx +++ b/src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx @@ -145,14 +145,14 @@ const CollaboratorAvatarGroup = ({ - {user.name} +
+ {user.name}