File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"start:cockpit" : " lerna run --scope '*/cactus-cockpit' --stream serve:proxy" ,
10
10
"export-open-api-spec" : " ts-node -e 'import(\" ./packages/cactus-cmd-api-server/src/main/typescript/openapi-spec\" ).then((x) => x.exportToFileSystemAsJson());'" ,
11
11
"pregenerate-sdk" : " npm-run-all export-open-api-spec" ,
12
- "generate-sdk" : " openapi-generator generate --input-spec cactus-openapi-spec.json -g typescript-axios -o packages/cactus-sdk /src/main/typescript/generated/openapi/typescript-axios/" ,
13
- "clean" : " lerna exec --stream --ignore '*/*cockpit' -- del-cli dist/** && del-cli packages/cactus-sdk /src/main/typescript/generated/openapi/typescript-axios/*" ,
12
+ "generate-sdk" : " openapi-generator generate --input-spec cactus-openapi-spec.json -g typescript-axios -o packages/cactus-api-client /src/main/typescript/generated/openapi/typescript-axios/" ,
13
+ "clean" : " lerna exec --stream --ignore '*/*cockpit' -- del-cli dist/** && del-cli packages/cactus-api-client /src/main/typescript/generated/openapi/typescript-axios/*" ,
14
14
"lint" : " lerna exec --stream --ignore '*/*cockpit' -- cross-env DEBUG= tslint --project tsconfig.json" ,
15
15
"tsc" : " lerna run tsc" ,
16
16
"build" : " npm-run-all build:dev build:prod" ,
Original file line number Diff line number Diff line change 16
16
"rulesDirectory" : [],
17
17
"linterOptions" : {
18
18
"exclude" : [
19
- " packages/cactus-sdk /src/main/typescript/generated/**/*.ts" ,
20
- " packages/cactus-sdk /src/main/typescript/public-api.ts"
19
+ " packages/cactus-api-client /src/main/typescript/generated/**/*.ts" ,
20
+ " packages/cactus-api-client /src/main/typescript/public-api.ts"
21
21
]
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments