File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
developer/src/kmc-model-info/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export class ModelInfoSources {
1919 /** The data from the .kps file, transformed to kmp.json */
2020 kmpJsonData : KmpJsonFile . KmpJsonFile ;
2121
22- /** The path in the keymanapp/lexical-models repo where this model may be found (optional) */
22+ /** The path in the keymanapp/lexical-models repo where this model may be found */
2323 sourcePath : string ;
2424
2525 /** The compiled model filename and relative path (.js) */
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ function _builder_prepublish() {
168168 local link_source=node_modules/$package
169169
170170 # lookup the link_target from top-level package.json/dependencies
171- local link_target=" $( cat " $KEYMAN_ROOT /builder_package_publish.json" | jq -r .dependencies.\" $package \" ) "
171+ local link_target=" $( cat " $KEYMAN_ROOT /builder_package_publish.json" | " $JQ " -r .dependencies.\" $package \" ) "
172172
173173 if [[ $link_target =~ ^file: ]]; then
174174 link_target=" $KEYMAN_ROOT " /${link_target# file: }
You can’t perform that action at this time.
0 commit comments