chore: update script

This commit is contained in:
robin 2022-09-28 10:24:43 +08:00
parent 5f5cdee961
commit 4ef98a4b58
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
}