mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
Fix build-all-windows.cmd (#7674)
# Description
Fixed a minor scripting error 😀
Change a command in `build-all-windows.cmd`
`cargo build cargo build --features=dataframe` → `cargo build
--features=dataframe`
# User-Facing Changes
No
# Tests + Formatting
Yes
This commit is contained in:
parent
7bd07cb351
commit
bdd52f0111
@ -5,7 +5,7 @@
|
||||
@echo.
|
||||
|
||||
echo Building nushell.exe
|
||||
cargo build cargo build --features=dataframe
|
||||
cargo build --features=dataframe
|
||||
@echo.
|
||||
|
||||
@cd crates\nu_plugin_example
|
||||
|
Loading…
Reference in New Issue
Block a user