mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
5 lines
126 B
JSON
5 lines
126 B
JSON
{
|
|
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
|
|
"**/*": ["bash -c 'cd \"$(pwd)\" && next build"]
|
|
}
|