Skip to content

Commit 014faf5

Browse files
committed
feat: use sh in postinstall in build-release.sh
1 parent 1f95a23 commit 014faf5

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": "./postinstall.sh"
52+
"postinstall": "sh ./postinstall.sh"
5353
}
5454
}
5555
EOF

0 commit comments

Comments
 (0)