Skip to content

Commit

Permalink
fix: 🧩 修复了 lock 文件缺少格式化而导致的大量 diff 变更 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
xun082 authored Jul 18, 2024
1 parent 83a0bb9 commit 532c67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const nextConfig = {
},
],
},
]
];
},
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "husky install",
"postinstall": "husky install && pnpm format",
"commit": "git-cz",
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx}\" --fix",
"lint:ci": "eslint \"src/**/*.{js,ts,jsx,tsx}\"",
Expand Down

0 comments on commit 532c67d

Please sign in to comment.