Skip to content

Commit ebdd036

Browse files
committed
add a taskfile outdated task
1 parent c834b67 commit ebdd036

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ tasks:
262262
- "pkg/**/*.go"
263263
# don't add generates key (otherwise will always execute)
264264

265+
outdated:
266+
desc: Check for outdated packages using npm-check-updates.
267+
cmd: yarn dlx npm-check-updates
268+
265269
version:
266270
desc: Get the current package version, or bump version if args are present. To pass args to `version.cjs`, add them after `--`. See `version.cjs` for usage definitions for the arguments.
267271
cmd: node version.cjs {{.CLI_ARGS}}

0 commit comments

Comments
 (0)