mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
build: Fix cli
nodemon config (#10628)
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
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
This commit is contained in:
parent
ed66db77b6
commit
ad4137499b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
||||||
"watch": ["commands", "index.ts", "src"],
|
"watch": ["dist"],
|
||||||
"exec": "npm start",
|
"exec": "npm start",
|
||||||
"ext": "ts"
|
"ext": "js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue