Skip to content

Commit

Permalink
fix: incorrect script destination (#2380)
Browse files Browse the repository at this point in the history
## Description

#2379 (comment)

## 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 f981465)
  • Loading branch information
DjordyKoert committed Nov 7, 2024
1 parent 1f0cdf0 commit c3078ba
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 c3078ba

Please sign in to comment.