My monorepo ansonbiggs.com

fix: remove existing public dir before moving dist master

The public/ directory from source code was causing 'mv dist public' to move dist INSIDE public instead of renaming it. Now we explicitly remove public first to ensure clean rename. This fixes the public/dist/ nesting issue.


+5 -2
1 changed file