Skip to content

Commit

Permalink
Use bash instead of sh for consistent behaviour in just recipes and o…
Browse files Browse the repository at this point in the history
…ther scripts
  • Loading branch information
sarayourfriend committed Sep 20, 2024
1 parent 51981b8 commit 97aeed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vale/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IGNORE_FILES_PATTERN := ".pnpm|changelogs|projects/proposals|node_modules|.?venv
# of the current working directory. If a custom separator is specified, newlines are
# replaced with this separator before outputting the file list.
_files separator="\n":
#! /usr/bin/env sh
#! /usr/bin/env bash
files=$(
find "$PWD/.." -type f \( -name "*.md" -o -name "*.mdx" \) \
| grep -vE "{{ IGNORE_FILES_PATTERN }}"
Expand Down
2 changes: 1 addition & 1 deletion frontend/bin/playwright.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env sh
#! /usr/bin/env bash
set -e

version() {
Expand Down

0 comments on commit 97aeed8

Please sign in to comment.