Skip to content

Commit df04943

Browse files
committed
fix copy
1 parent 10cc703 commit df04943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"scripts": {
88
"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",
1010
"build:spec": "yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml",
1111
"client:build": "cd output/ && yarn install && yarn build && cd ..",
1212
"client:test": "yarn install && tsc && node dist/app.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ __metadata:
226226

227227
"algoliasearch-client-javascript@file:output/::locator=%40algolia%2Fautomation-javascript-client%40workspace%3A.":
228228
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."
230230
dependencies:
231231
"@types/request": ^2.48.7
232232
request: ^2.81.0
233-
checksum: b99f07930de30aebcd9055e2d5f751d70581ce469239c340c6316efc159fffd70e1cfad14a4c1e8ca164bb694c0ae393e745fbc49b640d60499c4ea03208ff20
233+
checksum: 3af0aa0fb586d215f06c2ac68ec3d694a7313913c253c79ffeb083a4cec189b9b0df71333f4cfda96d21348e920c3fd2c47e84eac431cc639f9c7a75a8290161
234234
languageName: node
235235
linkType: hard
236236

0 commit comments

Comments
 (0)