Skip to content

Commit

Permalink
Restart review app on shared package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jun 1, 2023
1 parent 51615b7 commit 3dcefb3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/govuk-frontend-review/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"watch": ["./src", "../govuk-frontend/src/govuk/**/*.{json,yaml}"],
"watch": [
"./src",
"../govuk-frontend/src/govuk/**/*.{json,yaml}",
"../../shared/config",
"../../shared/lib"
],
"ignore": ["./src/javascripts/**", "**/*.test.*"],
"events": {
"restart": "browser-sync reload --config browsersync.config.js"
Expand Down

0 comments on commit 3dcefb3

Please sign in to comment.