Skip to content

Commit ee701ae

Browse files
authored
update taskfile (#31)
1 parent cf65ca9 commit ee701ae

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Taskfile.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ tasks:
2222
silent: true
2323
check:
2424
cmds:
25-
- npm run check:astro
26-
- npm run check:eslint
27-
- cmd: npm run check:prettier
28-
# - shellcheck osConfig/mac/updateMac.sh
29-
# - shellcheck osConfig/mac/setupMac.sh
30-
# - shellcheck osConfig/mac/configureMacSettings.sh
31-
ignore_error: true
25+
- echo "No commands to check"
26+
ignore_error:
27+
true
28+
# - shellcheck osConfig/mac/updateMac.sh
29+
# - shellcheck osConfig/mac/setupMac.sh
30+
# - shellcheck osConfig/mac/configureMacSettings.sh
3231
silent: true
3332
fix:
3433
cmds:
35-
- npm run fix
34+
- echo "No commands to fix"
3635
silent: true
3736
security:
3837
cmds:

0 commit comments

Comments
 (0)