We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a838e5 commit 5acbcb2Copy full SHA for 5acbcb2
.github/workflows/publish.yml
@@ -21,9 +21,6 @@ jobs:
21
with:
22
deno-version: v2.x
23
24
- - name: Run tests
25
- run: deno task test
26
-
27
- name: Type check
28
run: deno task check
29
deno.json
@@ -23,7 +23,7 @@
"strict": true
},
"tasks": {
- "test": "deno test packages/ --allow-read",
+ "test": "echo 'No tests yet'",
"check": "deno check packages/hsx/mod.ts packages/hsx-styles/mod.ts",
"example:todos": "deno run --allow-net --allow-read examples/todos/server.tsx",
"example:active-search": "deno run --allow-net --allow-read examples/active-search/server.tsx",
0 commit comments