Skip to content

Commit f3ef414

Browse files
authored
Merge pull request #4231 from cdr/jsjoeio/revert-4116
Revert "fix: run postinstall script explicitly with bash (#4116)"
2 parents ed09268 + 014faf5 commit f3ef414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bundle_code_server() {
4949
{
5050
"commit": "$(git rev-parse HEAD)",
5151
"scripts": {
52-
"postinstall": "bash ./postinstall.sh"
52+
"postinstall": "sh ./postinstall.sh"
5353
}
5454
}
5555
EOF

0 commit comments

Comments
 (0)