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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)