feat: check build when commit

This commit is contained in:
HYana
2025-05-10 01:25:25 +08:00
parent 7a8102430f
commit f8b877fde0

View File

@@ -1,3 +1,6 @@
{
"*.{js,jsx,ts,tsx}": ["pnpm lint --fix", "pnpm lint"]
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
"**/*": [
"bash -c 'cd \"$(pwd)\" && next build"
]
}