Skip to content

Commit 9e4206a

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/build/build-release.sh

Lines changed: 4 additions & 0 deletions
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)