Skip to content

Commit

Permalink
improved update-deps task
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 1, 2024
1 parent 20bcb93 commit 990046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
]
},
"tasks": {
"test": "TZ=Z LUME_LOGS=ERROR deno test -A",
"test": "TZ=Z LUME_LOGS=ERROR DENO_FUTURE=1 deno test -A",
"test:update": "deno task test -- --update",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts",
"update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.1.1/cli.ts' deps/*.ts cms.ts"
"update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.2.0/cli.ts' update deps/*.ts cms.ts deno.json"
}
}

0 comments on commit 990046a

Please sign in to comment.