mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
15 lines
170 B
JSON
15 lines
170 B
JSON
{
|
|
"ignore": [
|
|
"**/*.spec.ts",
|
|
".git",
|
|
"node_modules"
|
|
],
|
|
"watch": [
|
|
"commands",
|
|
"index.ts",
|
|
"src"
|
|
],
|
|
"exec": "npm run build && npm start",
|
|
"ext": "ts"
|
|
}
|