feat: update justfile
This commit is contained in:
20
justfile
20
justfile
@@ -16,8 +16,26 @@ build-run-js:
|
|||||||
build-run-dart:
|
build-run-dart:
|
||||||
cargo build --release --no-default-features --features switch-dart-lang
|
cargo build --release --no-default-features --features switch-dart-lang
|
||||||
|
|
||||||
|
install-run-go:
|
||||||
|
cargo build --release --no-default-features --features switch-go-lang
|
||||||
|
cp target/release/runrs ~/bin/rungo
|
||||||
|
|
||||||
|
install-run-js:
|
||||||
|
cargo build --release --no-default-features --features switch-js-lang
|
||||||
|
cp target/release/runrs ~/bin/runjss
|
||||||
|
|
||||||
|
install-run-dart:
|
||||||
|
cargo build --release --no-default-features --features switch-dart-lang
|
||||||
|
cp target/release/runrs ~/bin/rundart
|
||||||
|
|
||||||
build-all:
|
build-all:
|
||||||
@just build-run-rust
|
@just build-run-rust
|
||||||
@just build-run-go
|
@just build-run-go
|
||||||
@just build-run-js
|
@just build-run-js
|
||||||
@just build-run-dart
|
@just build-run-dart
|
||||||
|
|
||||||
|
install-all:
|
||||||
|
@just install
|
||||||
|
@just install-run-go
|
||||||
|
@just install-run-js
|
||||||
|
@just install-run-dart
|
||||||
Reference in New Issue
Block a user