From 52f3c22a761e9a5f72714f54ef6558a8361c746f Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 12 Aug 2022 13:43:49 +0200 Subject: [PATCH] Update building method --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ba9d169..5a61463 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -216,7 +216,7 @@ - upgrade - name: Build web-vault - shell: "npm run dist" + shell: "npm run dist:oss:selfhost" args: chdir: "{{ item.home }}/web-vault" become: yes