fix:server watch the component change to restart
This commit is contained in:
parent
7d985dbfce
commit
ffd354066d
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
"ignore": ["**/*.spec.ts", ".git", "node_modules", "../components/nodes", "../components/src"],
|
||||||
"watch": ["commands", "index.ts", "src"],
|
"watch": ["commands", "index.ts", "src"],
|
||||||
"exec": "yarn oclif-dev",
|
"exec": "yarn oclif-dev",
|
||||||
"ext": "ts"
|
"ext": "ts"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue