chore: fix bin_archives

This commit is contained in:
Jesús Pérez 2025-09-20 19:13:37 +01:00
parent c5b510b939
commit 23f5acdf9e
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -9,8 +9,7 @@ nushell-*
github-com
.coder
target
distribution/nu
distribution/nu_plugin*
distribution
.qodo
# enviroment to load on bin/build
.env

View File

@ -211,8 +211,8 @@ clean-plugin PLUGIN:
[no-cd]
clean-dist:
@echo "🧹 Cleaning distribution files..."
@rm -rf distribution bin_archives
@echo "✅ Cleaned distribution and bin_archives"
@rm -rf distribution
@echo "✅ Cleaned distribution directory"
# Clean all caches
[no-cd]