summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/justfile b/justfile
index 11ed04e..d15c6ac 100644
--- a/justfile
+++ b/justfile
@@ -1,18 +1,18 @@
-alias s := serve
-alias d := deps
+alias b := build
alias f := fmt
+alias uf := update-flake
-serve:
- deno task serve
-
-deps:
- deno cache --config deno.json --lock deno.lock _config.ts
+build:
+ yarn run build
[macos]
[windows]
fmt:
- prettier --editorconfig -w .
+ prettier --editorconfig -w .
[linux]
fmt:
- prettier --editorconfig -w . && alejandra .
+ prettier --editorconfig -w . && alejandra .
+
+update-flake:
+ nix flake update