mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
cargo install --path ./cli
|
||
|
|
||
|
(cd plugins && swc-dev $@)
|