You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
527 B
Plaintext

{
"tasks": {
"build": "deno run -A --unstable https://raw.githubusercontent.com/denoland/wasmbuild/0e62b100df246567bee43eea227456222b7fc1dd/main.ts && deno task build:compress",
// Use a canary / local version of wasmbuild
"build:local": "deno run -A --unstable ../wasmbuild/main.ts && deno task build:compress",
"build:compress": "deno run --allow-read --allow-write compress.ts",
"fmt": "deno fmt --ignore=swc_wasm,lib,target --unstable && cargo fmt",
"test": "deno test -A --no-check tests/"
}
}