chore: use /usr/bin/env bash (#1070)

This commit is contained in:
Joe Previte
2022-04-19 08:45:13 -07:00
committed by GitHub
parent c8246e3e8a
commit 73b8a5a929

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Run "yarn install" with flags appropriate to the environment
# (local development vs build system)