change watch to only watch for src
This commit is contained in:
parent
c71111c646
commit
62de77e421
|
@ -47,7 +47,7 @@ services:
|
|||
develop:
|
||||
watch:
|
||||
- action: rebuild
|
||||
path: .
|
||||
path: src/
|
||||
ignore:
|
||||
- node_modules/
|
||||
|
||||
|
|
Loading…
Reference in New Issue