[chore] Ensure dev_deploy is run with bash

This commit is contained in:
Josh Arrington 2025-02-07 05:55:10 +00:00
parent 8ffe66a1bc
commit 508ea65fae
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e