From dd24afc3d85a1bc07352689635971ebae1a421af Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 20 May 2023 02:40:44 -0400 Subject: justfile: update to support pnpm --- justfile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index d15c6ac..6901450 100644 --- a/justfile +++ b/justfile @@ -1,18 +1,24 @@ alias b := build +alias d := dev alias f := fmt +alias p := preview +alias u := update alias uf := update-flake build: - yarn run build + pnpm run build + +dev: + pnpm run dev -[macos] -[windows] fmt: prettier --editorconfig -w . -[linux] -fmt: - prettier --editorconfig -w . && alejandra . +preview: build + pnpm run preview + +update: + pnpm update update-flake: nix flake update -- cgit v1.2.3