update justfile
This commit is contained in:
8
justfile
8
justfile
@@ -1,4 +1,6 @@
|
|||||||
alias tl:=test-libraries-no-check
|
alias tl:=test-libraries-no-check
|
||||||
|
alias pub:=publish
|
||||||
|
alias p:=publish
|
||||||
|
|
||||||
_:
|
_:
|
||||||
@just --list
|
@just --list
|
||||||
@@ -11,3 +13,9 @@ test-libraries:
|
|||||||
test-libraries-no-check:
|
test-libraries-no-check:
|
||||||
deno test --allow-all --no-check libraries/*
|
deno test --allow-all --no-check libraries/*
|
||||||
|
|
||||||
|
|
||||||
|
# publish
|
||||||
|
publish:
|
||||||
|
./update-meta.sh
|
||||||
|
commit.ts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user