Skip to content

Commit

Permalink
Update Nodemon to watch built JSON only
Browse files Browse the repository at this point in the history
We no longer need to watch source YAML files
  • Loading branch information
colinrotherham committed Aug 8, 2023
1 parent 7a2d138 commit 6487f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/govuk-frontend-review/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"watch": [
"./src",
"../govuk-frontend/src/govuk/**/*.{json,yaml}",
"../govuk-frontend/dist/govuk/**/*.json",
"../../shared/config",
"../../shared/lib",
"../../shared/stats"
Expand All @@ -10,7 +10,7 @@
"events": {
"restart": "browser-sync reload --config browsersync.config.js"
},
"ext": "js,mjs,json,yaml",
"ext": "js,mjs,json",
"quiet": true,
"signal": "SIGINT"
}

0 comments on commit 6487f9e

Please sign in to comment.