mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Add nu-serde to nu_release.nu
This is necessary for nu-serde to be published when we publish new versions of the nushell crates.
This commit is contained in:
parent
2b9b2b0e07
commit
27db3ab4fd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
cd crates
|
||||
|
||||
let first-wave = [nu-ansi-term, nu-pretty-hex, nu-source, nu-errors, nu-protocol, nu-value-ext, nu-test-support, nu-table, nu-parser, nu-plugin, nu-data, nu-stream, nu-engine, nu-json]
|
||||
let first-wave = [nu-ansi-term, nu-pretty-hex, nu-source, nu-errors, nu-protocol, nu-value-ext, nu-test-support, nu-table, nu-parser, nu-plugin, nu-data, nu-stream, nu-engine, nu-json, nu-serde]
|
||||
|
||||
echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue