We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164f92 commit 9e4206aCopy full SHA for 9e4206a
ci/build/build-release.sh
@@ -43,6 +43,10 @@ bundle_code_server() {
43
rsync src/browser/pages/*.html "$RELEASE_PATH/src/browser/pages"
44
rsync src/browser/robots.txt "$RELEASE_PATH/src/browser"
45
46
+ # Add typings for plugins
47
+ mkdir -p "$RELEASE_PATH/typings"
48
+ rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
49
+
50
# Adds the commit to package.json
51
jq --slurp '.[0] * .[1]' package.json <(
52
cat << EOF
0 commit comments