Fix typings rsync
This commit is contained in:
parent
9e4206aa41
commit
cb11e1f750
@ -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