Skip to content

Commit

Permalink
Fix: Run prettier in pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Apr 5, 2024
1 parent ccc940d commit ed94929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bump_command() {
done

echo "Format files" >&2
prettier --write "$script_path/package.json" "$script_path/public/manifest_chrome.json" "$script_path/public/manifest_firefox.json"
pnpm prettier --write "$script_path/package.json" "$script_path/public/manifest_chrome.json" "$script_path/public/manifest_firefox.json"

return 0
}
Expand Down

0 comments on commit ed94929

Please sign in to comment.