-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscripts.yml
More file actions
31 lines (24 loc) · 933 Bytes
/
scripts.yml
File metadata and controls
31 lines (24 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
scripts:
format:
cmd: deno fmt
lint:
cmd: deno lint --unstable
update:
cmd: deno run --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com,cdn.skypack.dev' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v2.1.1/mod.ts update
check:
cmd:
- vr run lint
- vr run format
gitHook: pre-commit
changelog:
cmd: deno run -A npm:auto-changelog --commit-limit false
gitHook: pre-commit
build:
cmd: deno run --allow-read --allow-write="./public" --allow-env --allow-run --allow-net="cdn.skypack.dev,deno.land,raw.githubusercontent.com,ejm.sh" ./build.ts
examples:
cmd:
- deno run --allow-read --allow-write --allow-env --allow-ffi --unstable ./examples/chartjs.ts
- deno run --allow-read --allow-write --allow-env --allow-ffi --unstable ./examples/plotly.ts
test:
cmd:
- deno test