Fix typings rsync

This commit is contained in:
Asher 2021-01-08 10:37:47 -06:00
parent 9e4206aa41
commit cb11e1f750
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -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 <(