Skip to content

Commit

Permalink
update taskfile (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 authored Feb 4, 2025
1 parent cf65ca9 commit ee701ae
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ tasks:
silent: true
check:
cmds:
- npm run check:astro
- npm run check:eslint
- cmd: npm run check:prettier
# - shellcheck osConfig/mac/updateMac.sh
# - shellcheck osConfig/mac/setupMac.sh
# - shellcheck osConfig/mac/configureMacSettings.sh
ignore_error: true
- echo "No commands to check"
ignore_error:
true
# - shellcheck osConfig/mac/updateMac.sh
# - shellcheck osConfig/mac/setupMac.sh
# - shellcheck osConfig/mac/configureMacSettings.sh
silent: true
fix:
cmds:
- npm run fix
- echo "No commands to fix"
silent: true
security:
cmds:
Expand Down

0 comments on commit ee701ae

Please sign in to comment.