Skip to content

Commit

Permalink
chore: fix husky issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 24, 2023
1 parent b68b9a3 commit 910df67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"url": "https://github.com/uiwjs/react-login-page.git"
},
"scripts": {
"prepare": "husky install",
"⬇️⬇️⬇️⬇️⬇️ package ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ package ▼▼▼▼▼",
"doc": "npm run-script build --workspace website",
"start": "npm run-script start --workspace website",
Expand All @@ -26,7 +27,7 @@
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
"prettier --write --ignore-unknown"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
Expand Down

0 comments on commit 910df67

Please sign in to comment.