mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00: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"]
|
|
}
|