From c3078bae68e7571901b73c733a55ef154c32ed3d Mon Sep 17 00:00:00 2001 From: Djordy Koert Date: Thu, 7 Nov 2024 11:23:48 +0100 Subject: [PATCH] fix: incorrect script destination (#2380) ## Description https://github.com/nelmio/NelmioApiDocBundle/pull/2379#issuecomment-2461846588 ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [ ] CI ## Checklist - [ ] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`) (cherry picked from commit f981465a888c720a8280fc4f1645f636e385b39a) --- 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