Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Nov 17, 2021
1 parent 10cc703 commit df04943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"scripts": {
"lint": "yarn prettier --write .",
"generate": "PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && cp -R ./complement ./output/complement && yarn lint && yarn install",
"generate": "PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && cp -R ./complement ./output/ && yarn lint && yarn install",
"build:spec": "yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml",
"client:build": "cd output/ && yarn install && yarn build && cd ..",
"client:test": "yarn install && tsc && node dist/app.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ __metadata:

"algoliasearch-client-javascript@file:output/::locator=%40algolia%2Fautomation-javascript-client%40workspace%3A.":
version: 5.0.0
resolution: "algoliasearch-client-javascript@file:output/#output/::hash=a80d26&locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
resolution: "algoliasearch-client-javascript@file:output/#output/::hash=d9c32e&locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
dependencies:
"@types/request": ^2.48.7
request: ^2.81.0
checksum: b99f07930de30aebcd9055e2d5f751d70581ce469239c340c6316efc159fffd70e1cfad14a4c1e8ca164bb694c0ae393e745fbc49b640d60499c4ea03208ff20
checksum: 3af0aa0fb586d215f06c2ac68ec3d694a7313913c253c79ffeb083a4cec189b9b0df71333f4cfda96d21348e920c3fd2c47e84eac431cc639f9c7a75a8290161
languageName: node
linkType: hard

Expand Down

0 comments on commit df04943

Please sign in to comment.