chore: Restart ava when templates change
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M package.json → package.json
@@ -6,6 +6,11 @@ "main": "src/index.js", "repository": "https://git.alanpearce.eu/homestead", "author": "Alan Pearce <alan@alanpearce.eu>", "license": "MIT", + "ava": { + "source": [ + "src/**" + ] + }, "lint-staged": { "*.js": [ "prettier-standard",