Skip to content

Commit

Permalink
Revert "fix: run postinstall script explicitly with bash (#4116)"
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jsjoeio committed Sep 23, 2021
1 parent ed09268 commit 1f95a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bundle_code_server() {
{
"commit": "$(git rev-parse HEAD)",
"scripts": {
"postinstall": "bash ./postinstall.sh"
"postinstall": "./postinstall.sh"
}
}
EOF
Expand Down

0 comments on commit 1f95a23

Please sign in to comment.