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(
19
19
break;
20
20
case 'javascript':
21
21
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) {
25
23
const packageNames = gens.map(({ additionalProperties: { packageName } }) =>
26
24
packageName === 'algoliasearch' ? packageName : `@algolia/${packageName}`,
27
25
);
Original file line number Diff line number Diff line change 33
33
content:
34
34
application/json:
35
35
schema:
36
- title: getObjectResponse
37
36
type: object
38
37
description: The requested record.
39
- additionalProperties:
40
- $ref: 'common/schemas.yml#/attribute'
41
38
'400':
42
39
$ref: '../../../common/responses/BadRequest.yml'
43
40
'402':
You can’t perform that action at this time.
0 commit comments