diff --git a/schema/gen.go b/schema/gen.go index cdc319405..ae78604fd 100644 --- a/schema/gen.go +++ b/schema/gen.go @@ -18,4 +18,4 @@ package schema // using esc (https://github.com/mjibson/esc). // This should generally be invoked with `make schema-fs` -//go:generate esc -private -pkg=schema -ignore=.*go -ignore=.*swp . +//go:generate esc -private -pkg=schema -include=.*\.json$ .