Update check task

This commit is contained in:
Foster Hangdaan 2024-09-08 11:03:45 -04:00
parent 1b18cea027
commit b46bd1961f
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD,LUME_LOGS,LUME_NOCACHE,LUME_DRAFTS' -",
"build": "deno task lume",
"serve": "deno task lume -s",
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
"check": "deno fmt --check && deno lint && deno check .",
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/pay.fosterhangdaan.com/"
},
"compilerOptions": {

BIN
deno.lock

Binary file not shown.