Skip to content

Commit

Permalink
use symbolic link for complement
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Nov 17, 2021
1 parent df04943 commit 94a9c50
Showing 1 changed file with 1 addition and 1 deletion.
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/ && yarn lint && yarn install",
"generate": "PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && ln -fs \"$(pwd)/complement\" \"$(pwd)/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

0 comments on commit 94a9c50

Please sign in to comment.