Archived
1
0

feat: use sh in postinstall in build-release.sh

This commit is contained in:
Joe Previte
2021-09-23 11:41:51 -07:00
parent 1f95a23d1d
commit 014faf5b1c

View File

@ -49,7 +49,7 @@ bundle_code_server() {
{
"commit": "$(git rev-parse HEAD)",
"scripts": {
"postinstall": "./postinstall.sh"
"postinstall": "sh ./postinstall.sh"
}
}
EOF