Use sh for npm contrib script

bash isn't installed on alpine, nor is it needed
This commit is contained in:
Jake Howard 2022-06-12 19:36:59 +01:00
parent b521163007
commit 22cb5cb7fc
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -e