mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ad4137499b
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Benchmark Docker Image CI / build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["dist"],
|
|
"exec": "npm start",
|
|
"ext": "js"
|
|
}
|