kjuulh
cac1cb78e8
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set -e
|
|
|
|
cargo install --path crates/$SERVICE --force
|