Use sh for npm contrib script
bash isn't installed on alpine, nor is it needed
This commit is contained in:
parent
b521163007
commit
22cb5cb7fc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue