Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 9643520

Browse files
committed
chore: upgrade nextjs to 13.2.4 and add lint check for prepush hook
Signed-off-by: teobler <teobler@163.com>
1 parent 5eefc25 commit 9643520

File tree

3 files changed

+119
-132
lines changed

3 files changed

+119
-132
lines changed

.husky/pre-push

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
# TODO(CGQAQ): uncomment this when next 13.2.4 came out
5-
# npm run lint;
4+
npm run lint;
65
npm run format;

0 commit comments

Comments
 (0)