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

Update release script

This commit is contained in:
JT 2021-10-27 14:31:14 +13:00
parent c0df9802c0
commit 14c4d38fdc

View file

@ -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-path, nu-table, nu-parser, nu-plugin, nu-data, nu-stream, nu-engine, nu-json, nu-serde]
let first-wave = [nu-path, nu-ansi-term, nu-pretty-hex, nu-source, nu-errors, nu-protocol, nu-value-ext, nu-test-support, nu-table, nu-data, nu-parser, nu-plugin, nu-stream, nu-engine, nu-json, nu-serde]
echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min }