Skip to content

Commit 7a1be8c

Browse files
committed
Revert "fix: run postinstall script explicitly with bash (#4116)"
This reverts commit b32b4ed.
1 parent a8b6f64 commit 7a1be8c

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
@@ -50,7 +50,7 @@ bundle_code_server() {
5050
{
5151
"commit": "$(git rev-parse HEAD)",
5252
"scripts": {
53-
"postinstall": "bash ./postinstall.sh"
53+
"postinstall": "./postinstall.sh"
5454
}
5555
}
5656
EOF

0 commit comments

Comments
 (0)