mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
feat: check build when commit
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user