File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
specs/search/paths/objects Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ async function buildLanguage(
1919 break ;
2020 case 'javascript' :
2121 await run ( 'YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install' , { cwd } ) ;
22- if ( playground ) {
23- await run ( 'cd node && yarn build' , { cwd } ) ;
24- } else {
22+ if ( ! playground ) {
2523 const packageNames = gens . map ( ( { additionalProperties : { packageName } } ) =>
2624 packageName === 'algoliasearch' ? packageName : `@algolia/${ packageName } ` ,
2725 ) ;
Original file line number Diff line number Diff line change 3333 content :
3434 application/json :
3535 schema :
36- title : getObjectResponse
3736 type : object
3837 description : The requested record.
39- additionalProperties :
40- $ref : ' common/schemas.yml#/attribute'
4138 ' 400 ' :
4239 $ref : ' ../../../common/responses/BadRequest.yml'
4340 ' 402 ' :
You can’t perform that action at this time.
0 commit comments