Fix forgetting to delete api folder in UI
All checks were successful
checks-impure / test (pull_request) Successful in 24s
checks / test (pull_request) Successful in 2m10s

This commit is contained in:
2023-11-03 22:44:44 +01:00
parent a1b3e1b5cd
commit ed18ad7d4d

View File

@@ -25,7 +25,7 @@ pkgs.mkShell {
# re-generate the api code
rm -rf api openapi.json
rm -rf src/api openapi.json
cp ${clanPkgs.clan-openapi}/openapi.json .
orval
'';