Skip to content

Commit a57295b

Browse files
committed
chore(deno): add cache step in dev task
1 parent 0ac400b commit a57295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"check": "deno check ./**/*.ts",
55
"test": "deno test -A --no-check",
66
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
7-
"dev": "deno fmt && deno lint && deno task -q check && deno task -q test"
7+
"dev": "deno fmt && deno lint && deno task -q check && deno task cache && deno task -q test"
88
},
99
"exclude": [
1010
"dist/",

0 commit comments

Comments
 (0)