Fixed UI incorrectly not deleting api folder. Fixing new import paths for UI

This commit is contained in:
Qubasa
2023-11-03 22:43:03 +01:00
parent b48cd4e9ae
commit 0c87485575
8 changed files with 9 additions and 8 deletions

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
'';