mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00:00
7 lines
144 B
JSON
7 lines
144 B
JSON
{
|
|
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
|
|
"**/*": [
|
|
"bash -c 'cd \"$(pwd)\" && next build"
|
|
]
|
|
}
|