mirror of https://gitee.com/answerdev/answer.git
chore: update script
This commit is contained in:
parent
5f5cdee961
commit
4ef98a4b58
|
@ -12,7 +12,7 @@
|
|||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint . --cache --fix --ext .ts,.tsx",
|
||||
"prepare": "husky install",
|
||||
"prepare": "cd .. && husky install",
|
||||
"cz": "cz",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
||||
|
@ -107,4 +107,4 @@
|
|||
"node": ">=16.17",
|
||||
"pnpm": ">=7"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue