From 3276fd81e62904356c0fa86525e982865bf7faa4 Mon Sep 17 00:00:00 2001 From: djordy Date: Thu, 7 Nov 2024 11:22:13 +0100 Subject: [PATCH] fix: incorrect script destination --- update-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-js.sh b/update-js.sh index 2bd7c8a87..2fb371a99 100755 --- a/update-js.sh +++ b/update-js.sh @@ -7,7 +7,7 @@ #!/bin/sh -dest=Resources/public/swagger-ui/ +dest=public/swagger-ui/ yarn add --production --no-lockfile swagger-ui-dist if [ -d $dest ]; then