Skip to content

Commit

Permalink
Echo recipe for debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Sep 20, 2024
1 parent accf415 commit dcc805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automations/js/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NO_COLOR := "\\033[0m"
# Run a script
[positional-arguments]
run script *args:
pnpm --filter automations exec node src/{{ script }} "${@:2}"
echo pnpm --filter automations exec node src/{{ script }} "${@:2}"

#################
# Weekly report #
Expand Down

0 comments on commit dcc805f

Please sign in to comment.