From f47889b5e0de56af09bcf66aa4206e2eba33ede9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 21 Nov 2023 16:58:30 +0100 Subject: [PATCH] fix: set correct watcher config for E2E tests Signed-off-by: Thomas Citharel --- config/e2e.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/e2e.exs b/config/e2e.exs index 7d1636e18..848d5eaa2 100644 --- a/config/e2e.exs +++ b/config/e2e.exs @@ -16,7 +16,9 @@ config :mobilizon, Mobilizon.Web.Endpoint, check_origin: false, # Somehow this can't be merged properly with the dev config so we got this… watchers: [ - npm: [] + node: [ + "node_modules/.bin/vite" + ] ] config :vite_phx,