mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00: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