Add neocities deploy
This commit is contained in:
parent
b2fb120b6b
commit
eddef83e5b
1 changed files with 9 additions and 0 deletions
9
justfile
9
justfile
|
|
@ -1,6 +1,9 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
dev:
|
||||
bun run dev
|
||||
|
||||
lint:
|
||||
bun run lint
|
||||
|
||||
|
|
@ -11,3 +14,9 @@ test:
|
|||
bun run test
|
||||
|
||||
check: lint typecheck test
|
||||
|
||||
build:
|
||||
bun run build
|
||||
|
||||
neocities: build
|
||||
bashcities -n -p ants push
|
||||
|
|
|
|||
Loading…
Reference in a new issue