File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"generatorName" : " typescript-node" ,
8
8
"templateDir" : " #{cwd}/algolia-typescript-template/" ,
9
9
"config" : " #{cwd}/openapitools.json" ,
10
- "enablePostProcessFile" : true ,
11
10
"httpUserAgent" : " Algolia for JavaScript ({packageVersion});" ,
12
11
"apiPackage" : " client-search" ,
13
12
"output" : " #{cwd}/output/" ,
Original file line number Diff line number Diff line change 5
5
" output"
6
6
],
7
7
"scripts" : {
8
- "generate" : " PACKAGE_VERSION='4.11.0' TS_POST_PROCESS_FILE='yarn prettier --write .' yarn openapi-generator-cli generate --generator-key client && yarn install" ,
8
+ "lint" : " yarn prettier --write ." ,
9
+ "generate" : " PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && yarn install && yarn lint" ,
9
10
"build:spec" : " yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml" ,
10
11
"client:build" : " cd output/ && yarn install && yarn build && cd .." ,
11
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=342434 &locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
229
+ resolution : " algoliasearch-client-javascript@file:output/#output/::hash=860dfb &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 : 79ae2881a4d93698d4600f7710ea07512df105e9faf61982acc2cc8327d1666fe39f7e83c4a4d471b1876c321b932850a49923a49d22d474bacdf16dfaa81e71
233
+ checksum : b037f9adb50d7f67768e3252e36df48381811346d4dc5c18b8c919ee275ace0d5713f887fe836e52c4a3e95a6b744e4a84a83bc751781fed00cf5b954a3152ef
234
234
languageName : node
235
235
linkType : hard
236
236
You can’t perform that action at this time.
0 commit comments