Skip to content

Commit 9e4206a

Browse files
authored
Add typings to release bundle (#2544)
1 parent 5164f92 commit 9e4206a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build/build-release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ bundle_code_server() {
4343
rsync src/browser/pages/*.html "$RELEASE_PATH/src/browser/pages"
4444
rsync src/browser/robots.txt "$RELEASE_PATH/src/browser"
4545

46+
# Add typings for plugins
47+
mkdir -p "$RELEASE_PATH/typings"
48+
rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
49+
4650
# Adds the commit to package.json
4751
jq --slurp '.[0] * .[1]' package.json <(
4852
cat << EOF

0 commit comments

Comments
 (0)