diff options
Diffstat (limited to 'internal/cmd/trunks/main.go')
| -rw-r--r-- | internal/cmd/trunks/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cmd/trunks/main.go b/internal/cmd/trunks/main.go index 7ebf44e..a4d8cf5 100644 --- a/internal/cmd/trunks/main.go +++ b/internal/cmd/trunks/main.go @@ -86,6 +86,7 @@ func workerBuild(oneTime bool) { `.*\.adoc`, `.*\.git`, `.*\.ts`, + `/node_modules`, `/wui/.*/example.js$`, `/wui/.*/index.html$`, `/wui/index\.html$`, @@ -130,6 +131,7 @@ func workerBuild(oneTime bool) { `.*\.adoc$`, `.*\.d\.ts$`, `.*\.git/.*`, + `/node_modules`, `/wui/.*/example.js$`, `/wui/.*/index.html$`, `/wui/index\.html$`, |
