1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/deno/scripts.yml

12 lines
323 B
YAML

# yaml-language-server: $schema=https://deno.land/x/denon@2.4.10/schema.json
scripts:
start:
cmd: "deno run --import-map=importmap.json app.ts"
allow: [net]
test:
cmd: "deno test --import-map=importmap.json"
lint:
cmd: "deno lint --config=deno.json ."
fmt:
cmd: "deno fmt --config=deno.json ."