- 添加 Zustand 状态管理库 - 配置开发和生产环境变量 - 更新 Vite 构建配置 - 更新 Git 钩子配置 - 修复 NavBar 组件的 React Hooks 规则问题
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run pre-commit
|
|
npm run pre-commit
|
|
npm run pre-commit
|
|
npm run pre-commit
|