Update justfile with build: and deploy:
This commit is contained in:
parent
167305722c
commit
92e810b652
1 changed files with 7 additions and 1 deletions
8
justfile
8
justfile
|
|
@ -1,2 +1,8 @@
|
||||||
dev:
|
dev:
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
|
build:
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
deploy target: build
|
||||||
|
rsync -av --delete --progress build/ {{target}}:~/squalk/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue