Skip to content

Commit 6a66c46

Browse files
committed
restore test task in utils
1 parent 58b68c7 commit 6a66c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/utils/deno.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@commontools/utils",
3+
"tasks": {
4+
"test": "deno test"
5+
},
36
"exports": {
47
".": "./src/index.ts",
58
"./defer": "./src/defer.ts",

0 commit comments

Comments
 (0)