Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a1be8c

Browse files
committedSep 9, 2021
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

1 commit comments

Comments
 (1)

jsjoeio commented on Sep 9, 2021

@jsjoeio
Contributor

Oh no! Did this cause issues?

Please sign in to comment.