mirror of
https://github.com/zhigang1992/velociraptor.git
synced 2026-01-12 22:53:24 +08:00
26 lines
439 B
YAML
26 lines
439 B
YAML
env:
|
|
ENV_TEST: Works!
|
|
|
|
scripts:
|
|
basic: echo Works!
|
|
denorun: deno run test.ts
|
|
compactrun: test.ts
|
|
sh: cat test.ts | deno
|
|
multiple:
|
|
- echo one
|
|
- echo two
|
|
multiplepll:
|
|
pll:
|
|
- sleep 1; echo one
|
|
- echo two
|
|
allow:
|
|
cmd: deno run allow.ts
|
|
allow:
|
|
- env
|
|
tsconfig:
|
|
cmd: deno run test.ts
|
|
tsconfig: tsconfig.json
|
|
importmap:
|
|
cmd: deno run --unstable imap.ts
|
|
imap: importmap.json
|