Skip to content

Commit 3c11cc6

Browse files
committed
chore: update husky config. #30
1 parent 7092a66 commit 3c11cc6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
1111
"test": "tsbb test",
1212
"coverage": "tsbb test --coverage --bail",
13-
"prepare": "husky install",
13+
"prepare": "husky",
1414
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
1515
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
1616
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json\" --scope react-code-preview-layout --scope website",

0 commit comments

Comments
 (0)