Skip to content

Commit 8953650

Browse files
authored
refactor(init): tidy up check task (#2976)
1 parent cc93a1f commit 8953650

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

init/src/init.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,7 @@ if (Deno.args.includes("build")) {
516516

517517
const denoJson = {
518518
tasks: {
519-
check:
520-
// Revert once https://github.com/denoland/deno/issues/28923 is fixed
521-
"deno fmt --check . && deno lint . && deno check **/*.ts && deno check **/*.tsx",
519+
check: "deno fmt --check . && deno lint . && deno check",
522520
dev: "deno run -A --watch=static/,routes/ dev.ts",
523521
build: "deno run -A dev.ts build",
524522
start: "deno run -A main.ts",

0 commit comments

Comments
 (0)