We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4206a commit cb11e1fCopy full SHA for cb11e1f
ci/build/build-release.sh
@@ -45,7 +45,7 @@ bundle_code_server() {
45
46
# Add typings for plugins
47
mkdir -p "$RELEASE_PATH/typings"
48
- rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
+ rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
49
50
# Adds the commit to package.json
51
jq --slurp '.[0] * .[1]' package.json <(
0 commit comments