Skip to content

Commit 1f95a23

Browse files
committed
Revert "fix: run postinstall script explicitly with bash (#4116)"
This reverts commit b32b4ed. We are reverting this because we found out that while this fixes the postinstall on Windows, it breaks it on mac and other devices. See: #3874 (comment)
1 parent ed09268 commit 1f95a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)