1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

Update nu_release.nu

This commit is contained in:
JT 2021-05-12 09:36:49 +12:00 committed by GitHub
parent 758f9d9b4f
commit 11acb99172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
cd crates cd crates
let first-wave = [nu-ansi-term, 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-pretty-hex, nu-ansi-term, 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]
echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min } echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min }