1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/deno/scripts.yml

13 lines
323 B
YAML
Raw Normal View History

2021-11-24 17:53:54 +09:00
# yaml-language-server: $schema=https://deno.land/x/denon@2.4.10/schema.json
2021-11-26 12:10:09 +09:00
2021-11-24 17:53:54 +09:00
scripts:
start:
2021-11-26 12:10:09 +09:00
cmd: "deno run --import-map=importmap.json app.ts"
2021-11-24 17:53:54 +09:00
allow: [net]
2021-11-26 12:10:09 +09:00
test:
cmd: "deno test --import-map=importmap.json"
lint:
cmd: "deno lint --config=deno.json ."
fmt:
cmd: "deno fmt --config=deno.json ."