chore: fix remove target artifacts
This commit is contained in:
parent
b9674b6adf
commit
cf594da20b
1 changed files with 4 additions and 4 deletions
|
|
@ -222,10 +222,10 @@ clean:
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Also clean nushell submodule if it exists
|
# Also clean nushell submodule if it exists (use cargo clean for complex projects)
|
||||||
if [ -d "nushell/target" ]; then
|
if [ -d "nushell" ]; then
|
||||||
echo "Removing nushell/target..."
|
echo "Cleaning nushell submodule..."
|
||||||
rm -rf "nushell/target"
|
cd nushell && cargo clean && cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clean specific plugin
|
# Clean specific plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue