Skip to content

Commit 243bd6b

Browse files
committed
update deno script
1 parent 756c42d commit 243bd6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno.jsonc

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "GPLv3",
55
"exports": "./src/mod.ts",
66
"tasks": {
7-
"dev": "deno test --watch --parallel"
7+
"dev": "deno test --watch --parallel",
8+
"prepare": "deno fmt && deno lint && deno test -A"
89
},
910
"test": {
1011
"include": [

0 commit comments

Comments
 (0)