We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df04943 commit 94a9c50Copy full SHA for 94a9c50
package.json
@@ -6,7 +6,7 @@
6
],
7
"scripts": {
8
"lint": "yarn prettier --write .",
9
- "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",
10
"build:spec": "yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml",
11
"client:build": "cd output/ && yarn install && yarn build && cd ..",
12
"client:test": "yarn install && tsc && node dist/app.js",
0 commit comments