Update justfile with build: and deploy:
This commit is contained in:
parent
167305722c
commit
92e810b652
1 changed files with 7 additions and 1 deletions
6
justfile
6
justfile
|
|
@ -1,2 +1,8 @@
|
|||
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