Skip to content

Commit

Permalink
fix: incorrect script destination
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 7, 2024
1 parent 9d74fa9 commit 3276fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3276fd8

Please sign in to comment.