File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.*" ,
You can’t perform that action at this time.
0 commit comments