mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Merge pull request #65 from andrasio/plete
Add nu-command and nu-completion subcrates.
This commit is contained in:
commit
7dee38fd2c
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