Skip to content

Commit 7728e1c

Browse files
authored
chore(core): simplify tasks (#2892)
1 parent c3095f3 commit 7728e1c

File tree

2 files changed

+81
-12
lines changed

2 files changed

+81
-12
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"./compat": "./src/compat/mod.ts"
1717
},
1818
"tasks": {
19-
"test": "deno test -A --parallel src/ init/ update/ && deno test -A tests/ www/main_test.ts",
19+
"test": "deno test -A --parallel",
2020
"fixture": "deno run -A --watch=static/,routes/ tests/fixture/dev.ts",
2121
"www": "deno task --cwd=www start",
2222
"build-www": "deno task --cwd=www build",
2323
"screenshot": "deno run -A www/utils/screenshot.ts",
24-
"check:types": "deno check src/**/*.ts src/**/*.tsx tests/**/*.ts tests/**/*.tsx update/**/*.ts plugin-tailwindcss/**/*.ts init/**/*.ts",
24+
"check:types": "deno check --allow-import",
2525
"check:docs": "deno run -A tools/check_docs.ts",
2626
"ok": "deno fmt --check && deno lint && deno task check:types && deno task test",
2727
"test:www": "deno test -A www/main_test.*",

deno.lock

Lines changed: 79 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)