swc/plugin/scripts/cli.sh

7 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
cargo install --path ./cli
(cd plugins && swc-dev $@)