Add typings to release bundle (#2544)
This commit is contained in:
parent
5164f925ee
commit
9e4206aa41
@ -43,6 +43,10 @@ bundle_code_server() {
|
|||||||
rsync src/browser/pages/*.html "$RELEASE_PATH/src/browser/pages"
|
rsync src/browser/pages/*.html "$RELEASE_PATH/src/browser/pages"
|
||||||
rsync src/browser/robots.txt "$RELEASE_PATH/src/browser"
|
rsync src/browser/robots.txt "$RELEASE_PATH/src/browser"
|
||||||
|
|
||||||
|
# Add typings for plugins
|
||||||
|
mkdir -p "$RELEASE_PATH/typings"
|
||||||
|
rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
|
||||||
|
|
||||||
# Adds the commit to package.json
|
# Adds the commit to package.json
|
||||||
jq --slurp '.[0] * .[1]' package.json <(
|
jq --slurp '.[0] * .[1]' package.json <(
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
Reference in New Issue
Block a user