fix(ci): missing operand

This commit is contained in:
Simon Lecoq
2023-11-02 21:58:53 -04:00
parent 8cab32688d
commit ac16441285

View File

@@ -48,7 +48,7 @@
"ci": { "ci": {
"description": "🤖 CI checks", "description": "🤖 CI checks",
"task": [ "task": [
"deno task make code:check", "deno task make code:check &&",
"deno task make test" "deno task make test"
] ]
} }