File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
],
7
7
"scripts" : {
8
8
"lint" : " yarn prettier --write ." ,
9
- "generate" : " PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && cp -R ./complement ./output/complement && yarn lint && yarn install" ,
9
+ "generate" : " PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && cp -R ./complement ./output/ && yarn lint && yarn install" ,
10
10
"build:spec" : " yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml" ,
11
11
"client:build" : " cd output/ && yarn install && yarn build && cd .." ,
12
12
"client:test" : " yarn install && tsc && node dist/app.js" ,
Original file line number Diff line number Diff line change @@ -226,11 +226,11 @@ __metadata:
226
226
227
227
" algoliasearch-client-javascript@file:output/::locator=%40algolia%2Fautomation-javascript-client%40workspace%3A. " :
228
228
version : 5.0.0
229
- resolution : " algoliasearch-client-javascript@file:output/#output/::hash=a80d26 &locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
229
+ resolution : " algoliasearch-client-javascript@file:output/#output/::hash=d9c32e &locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
230
230
dependencies :
231
231
" @types/request " : ^2.48.7
232
232
request : ^2.81.0
233
- checksum : b99f07930de30aebcd9055e2d5f751d70581ce469239c340c6316efc159fffd70e1cfad14a4c1e8ca164bb694c0ae393e745fbc49b640d60499c4ea03208ff20
233
+ checksum : 3af0aa0fb586d215f06c2ac68ec3d694a7313913c253c79ffeb083a4cec189b9b0df71333f4cfda96d21348e920c3fd2c47e84eac431cc639f9c7a75a8290161
234
234
languageName : node
235
235
linkType : hard
236
236
You can’t perform that action at this time.
0 commit comments