Update justfile with build: and deploy:

This commit is contained in:
dtonon 2026-05-06 17:54:29 +01:00
parent 167305722c
commit 92e810b652

View file

@ -1,2 +1,8 @@
dev:
npm run dev
build:
npm run build
deploy target: build
rsync -av --delete --progress build/ {{target}}:~/squalk/