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