mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Add nu-completion subcrate to release Nu script.
This commit is contained in:
parent
0cc76ff839
commit
1ddb3f76cb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let first-wave = [nu-ansi-term, nu-pretty-hex, nu-source, nu-errors, nu-protocol
|
|||
|
||||
echo $first-wave | each { enter $it; cargo publish; exit; sleep 1min }
|
||||
|
||||
let second-wave = [nu-command, nu-cli]
|
||||
let second-wave = [nu-command, nu-completion, nu-cli]
|
||||
|
||||
echo $second-wave | each { enter $it; cargo publish --no-verify; exit; sleep 1min }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue