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 github-com
.coder .coder
target target
distribution/nu distribution
distribution/nu_plugin*
.qodo .qodo
# enviroment to load on bin/build # enviroment to load on bin/build
.env .env

View File

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