ui/devShell: remove fonts directory if exists

This commit is contained in:
Johannes Kirschbauer
2025-09-03 21:33:40 +02:00
parent 67dcd45dd5
commit 92151331f3

View File

@@ -91,6 +91,8 @@ mkShell {
pushd "$CLAN_CORE_PATH/pkgs/clan-app/ui"
export NODE_PATH="$(pwd)/node_modules"
export PATH="$NODE_PATH/.bin:$(pwd)/bin:$PATH"
rm -rf .fonts || true
cp -r ${self'.packages.fonts} .fonts
chmod -R +w .fonts
mkdir -p api