mirror of
https://github.com/coder/code-server.git
synced 2026-04-21 09:35:48 -05:00
Fix typings rsync
This commit is contained in:
@@ -45,7 +45,7 @@ bundle_code_server() {
|
||||
|
||||
# Add typings for plugins
|
||||
mkdir -p "$RELEASE_PATH/typings"
|
||||
rsync typings/pluginapi.d.ts"$RELEASE_PATH/typings"
|
||||
rsync typings/pluginapi.d.ts "$RELEASE_PATH/typings"
|
||||
|
||||
# Adds the commit to package.json
|
||||
jq --slurp '.[0] * .[1]' package.json <(
|
||||
|
||||
Reference in New Issue
Block a user