We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac400b commit a57295bCopy full SHA for a57295b
deno.json
@@ -4,7 +4,7 @@
4
"check": "deno check ./**/*.ts",
5
"test": "deno test -A --no-check",
6
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
7
- "dev": "deno fmt && deno lint && deno task -q check && deno task -q test"
+ "dev": "deno fmt && deno lint && deno task -q check && deno task cache && deno task -q test"
8
},
9
"exclude": [
10
"dist/",
0 commit comments